From de266305ddfcaec0e3477164b4d9bdf1a596a124 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 19 Aug 2023 17:10:01 +0200 Subject: Fix(hm/conf/neovim): Fully import nvim config through nixVim --- .../config/neovim/nixvim/plugins/lsp/servers/default.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix') diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix index 8d5cfaf1..dc8210d1 100644 --- a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix @@ -1,5 +1,10 @@ {...}: { - programs.nixvim.plugins.lsp.servers = { - - }; + imports = [ + ./servers/bashls.nix + ./servers/ltex.nix + ./servers/lua-ls.nix + ./servers/nil_ls.nix + ./servers/rust-analyzer.nix + ./servers/texlab.nix + ]; } -- cgit 1.4.1