feat: use nixd and nixpkgs-fmt in nvim
parent
65855c0921
commit
ad6f427cc6
|
@ -24,6 +24,8 @@
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake-language-server
|
cmake-language-server
|
||||||
texlab
|
texlab
|
||||||
|
nixd
|
||||||
|
nixpkgs-fmt
|
||||||
];
|
];
|
||||||
|
|
||||||
# symlink for a stable path
|
# symlink for a stable path
|
||||||
|
|
|
@ -91,6 +91,7 @@ local servers = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["marksman"] = {},
|
["marksman"] = {},
|
||||||
|
["nixd"] = {},
|
||||||
["pylsp"] = {
|
["pylsp"] = {
|
||||||
pylsp = {
|
pylsp = {
|
||||||
plugins = {
|
plugins = {
|
||||||
|
|
Loading…
Reference in New Issue