feat: use nixd and nixpkgs-fmt in nvim

main
mandlm 2024-03-30 09:19:56 +01:00
parent 65855c0921
commit ad6f427cc6
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
3 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@
outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware, home-manager }: outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware, home-manager }:
let let
user = "mandlm"; user = "mandlm";
theme = "dark"; # dark or light theme = "dark"; # dark or light
# theme = "light"; # dark or light # theme = "light"; # dark or light
nixpkgs-config = { nixpkgs-config = {

View File

@ -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

View File

@ -91,6 +91,7 @@ local servers = {
}, },
}, },
["marksman"] = {}, ["marksman"] = {},
["nixd"] = {},
["pylsp"] = { ["pylsp"] = {
pylsp = { pylsp = {
plugins = { plugins = {