feat(nvim): add lua ls

This commit is contained in:
buffet 2023-06-19 10:53:33 +02:00
parent dfb90a6b16
commit 9ed9a61102

View file

@ -12,6 +12,7 @@
libclang
nil
rust-analyzer
sumneko-lua-language-server
];
programs.neovim = let
@ -56,8 +57,8 @@
{plugin = rust-vim;}
{plugin = tabular;}
{plugin = vim-nix;}
{plugin = vim-repeat;}
{plugin = vim-hy;}
{plugin = vim-repeat;}
{plugin = vlime;}
{
@ -374,6 +375,7 @@
servers = [
"clangd"
"gopls"
"lua_ls"
"nil_ls"
"rust_analyzer"
];