mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
add auto-archive
This commit is contained in:
parent
decae2eba5
commit
24ec8eb686
1 changed files with 12 additions and 0 deletions
|
|
@ -83,6 +83,18 @@ require("lspconfig").volar.setup({
|
|||
filetypes = { "typescript", "javascript", "javascriptreact", "typescriptreact", "vue", "json" },
|
||||
})
|
||||
|
||||
require("lspconfig").nil_ls.setup {
|
||||
settings = {
|
||||
["nil"] = {
|
||||
nix = {
|
||||
flake = {
|
||||
autoArchive = true,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
local cmp = require("cmp")
|
||||
cmp.setup({
|
||||
snippet = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue