nixvim(lsp): enable language servers for html/css/rust/bash
This commit is contained in:
parent
414dc707af
commit
bcbcd9e9f4
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
|||
inlayHints = true;
|
||||
servers = {
|
||||
nixd.enable = true;
|
||||
cssls.enable = true;
|
||||
html.enable = true;
|
||||
rust-analyzer.enable = true;
|
||||
bashls.enable = true;
|
||||
};
|
||||
keymaps = {
|
||||
diagnostic = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue