(Laptop) Gen 9: fixed up laptop config files to fit the environment better, added keyd
This commit is contained in:
17
pkgs/nixvim/config/plugins/lsp.nix
Normal file
17
pkgs/nixvim/config/plugins/lsp.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
bashls.enable = true;
|
||||
ccls.enable = true;
|
||||
clangd.enable = true;
|
||||
cmake.enable = true;
|
||||
html.enable = true;
|
||||
jsonls.enable = true;
|
||||
lua-ls.enable = true;
|
||||
nil-ls.enable = true;
|
||||
pyright.enable = true;
|
||||
sqls.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user