nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

[PLUGIN REQUEST] neoconf.nvim

Open GGORG0 opened this issue 1 year ago • 0 comments

Field Description
Plugin neoconf.nvim
Homepage https://github.com/folke/neoconf.nvim
Nixpkgs https://github.com/NixOS/nixpkgs/blob/4e0c36e4dd53f35d5a6385bdae88895ec5832f70/pkgs/applications/editors/vim/plugins/generated.nix#L7314

Extra Information

This plugin allows you to override some configuration options using config files in projects (kinda like with .vscode/settings.json). It might be a bit tricky to implement in Nixvim though, especially the fact that:

It's important that you set up neoconf.nvim BEFORE nvim-lspconfig.

( https://github.com/folke/neoconf.nvim#-setup )

GGORG0 avatar Sep 30 '24 15:09 GGORG0