mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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/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
|
||||
./nvim-lsp/inc-rename.nix
|
||||
./nvim-lsp/lspsaga.nix
|
||||
./nvim-lsp/lsp-lines.nix
|
||||
./nvim-lsp/nvim-lightbulb.nix
|
||||
./nvim-lsp/trouble.nix
|
||||
./null-ls
|
||||
|
||||
./pluginmanagers/packer.nix
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@ in {
|
|||
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 {
|
||||
extraPlugins = with pkgs.vimPlugins; [nvim-lspconfig cfg.package];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue