Replace nil_ls
with nixd
This commit is contained in:
parent
05114e59b7
commit
8d07d76e2b
3 changed files with 18 additions and 2 deletions
config/neovim/lua/opdavies/lsp
|
@ -48,7 +48,21 @@ local servers = {
|
|||
},
|
||||
|
||||
marksman = true,
|
||||
nil_ls = true,
|
||||
|
||||
nixd = {
|
||||
command = { "nixd" },
|
||||
settings = {
|
||||
nixd = {
|
||||
nixpkgs = {
|
||||
expr = "import <nixpkgs> { }",
|
||||
},
|
||||
|
||||
formatting = {
|
||||
command = "nix fmt",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
tailwindcss = {
|
||||
filetypes = { "html", "javascript", "twig", "typescript", "vue" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue