feat: use nixd and nixpkgs-fmt in nvim
parent
65855c0921
commit
ad6f427cc6
|
@ -14,7 +14,7 @@
|
|||
outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware, home-manager }:
|
||||
let
|
||||
user = "mandlm";
|
||||
theme = "dark"; # dark or light
|
||||
theme = "dark"; # dark or light
|
||||
# theme = "light"; # dark or light
|
||||
|
||||
nixpkgs-config = {
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
clang-tools
|
||||
cmake-language-server
|
||||
texlab
|
||||
nixd
|
||||
nixpkgs-fmt
|
||||
];
|
||||
|
||||
# symlink for a stable path
|
||||
|
|
|
@ -91,6 +91,7 @@ local servers = {
|
|||
},
|
||||
},
|
||||
["marksman"] = {},
|
||||
["nixd"] = {},
|
||||
["pylsp"] = {
|
||||
pylsp = {
|
||||
plugins = {
|
||||
|
|
Loading…
Reference in New Issue