using nixd as lsp

This commit is contained in:
Ivan Dimitrov 2023-10-29 22:35:28 +02:00
parent b8415578ba
commit 1b96fb4103

View File

@ -7,14 +7,14 @@ in
{
programs.neovim = {
extraPackages = with pkgs; [
rnix-lsp
nixd
alejandra
];
plugins = with pkgs.vimPlugins; grammars ++ [
];
extraLuaConfig = ''
addServers({
rnix = {}
nixd = {}
})
'';
};