nvim-config-local icon indicating copy to clipboard operation
nvim-config-local copied to clipboard

Secure load local config files for neovim

Results 9 nvim-config-local issues
Sort by recently updated
recently updated
newest added

@klen In some commit between tags 1.1.1 and 1.2.0, the plugin has broken. i.e. the detection of local configuration files doesn't happen correctly. **To reproduce** 0. Install `nvim-config-local` with its...

It seems like the local config file will be sourced twice when [nvimdev/dashboard-nvim](https://github.com/nvimdev/dashboard-nvim) is enabled. :eyes:

Hi, I have this `.nvim.lua` local project file: ``` local configs = require 'nvim_lsp/configs' configs.clangd = { cmd = { "clangd", "--pretty", "--header-insertion=iwyu", "--background-index", "-j=40", "--pch-storage=memory", "--clang-tidy", "--compile-commands-dir=build" }, }...

As in the title the plugin doesn't autoload when starting a dir with nvim "nvim ." or "nvim /dir/dir/dir" it does in fact work when im using "nvim file.ext" "nvim...

Any reason why for `DirChanged` nested autocmds are not triggered? I see that for other events there is option `nested = true` set. What I'm trying to do is change...

Our original choices: ``` [s]kip, (o)pen, (i)gnore, (t)rust ``` Neovim exrc choices: ``` [i]gnore, (v)iew, (d)eny, (a)llow ```

I have a folder structure like this: ``` projects/ - .nvim.lua - A/ - B/ - ...etc/ ``` And the `.nvim.lua` was always loaded, when opening project `A` or `B`,...

There is command `:trust` in nvim that was introduced back in 2022 (see below). Are you aware of it? If so, it's time to use it! * https://github.com/neovim/neovim/issues/21092