mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/nvim-lsp: internal rename (nvim-lsp -> lsp)
This commit is contained in:
parent
079b0c30cd
commit
859ae3a843
17 changed files with 8 additions and 8 deletions
|
@ -45,14 +45,14 @@
|
||||||
./languages/vimtex.nix
|
./languages/vimtex.nix
|
||||||
./languages/zig.nix
|
./languages/zig.nix
|
||||||
|
|
||||||
./null-ls
|
./lsp
|
||||||
|
./lsp/inc-rename.nix
|
||||||
|
./lsp/lspsaga.nix
|
||||||
|
./lsp/lsp-lines.nix
|
||||||
|
./lsp/nvim-lightbulb.nix
|
||||||
|
./lsp/trouble.nix
|
||||||
|
|
||||||
./nvim-lsp
|
./null-ls
|
||||||
./nvim-lsp/inc-rename.nix
|
|
||||||
./nvim-lsp/lspsaga.nix
|
|
||||||
./nvim-lsp/lsp-lines.nix
|
|
||||||
./nvim-lsp/nvim-lightbulb.nix
|
|
||||||
./nvim-lsp/trouble.nix
|
|
||||||
|
|
||||||
./pluginmanagers/packer.nix
|
./pluginmanagers/packer.nix
|
||||||
|
|
||||||
|
|
|
@ -131,7 +131,7 @@ in {
|
||||||
setting it to false may improve startup time
|
setting it to false may improve startup time
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
// (import ../nvim-lsp/language-servers/rust-analyzer-config.nix lib));
|
// (import ../lsp/language-servers/rust-analyzer-config.nix lib));
|
||||||
};
|
};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
extraPlugins = with pkgs.vimPlugins; [nvim-lspconfig cfg.package];
|
extraPlugins = with pkgs.vimPlugins; [nvim-lspconfig cfg.package];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue