initial commit

This commit is contained in:
DashieTM 2024-04-15 18:52:30 +02:00
parent 6671b54dd2
commit e50591b2ec
162 changed files with 922 additions and 6328 deletions

View file

@ -30,13 +30,23 @@ return {
},
bashls = {},
ansiblels = {},
asm_lsp = {},
-- asm_lsp = {},
typst_lsp = {
settings = {
experimentalFormatterMode = "on",
exportPdf = "onSave",
},
},
nil_ls = {
settings ={
['nil'] = {
formatting = {
command = {"nixpkgs-fmt"}
},
},
},
mason = false,
},
ltex = {
settings = {
ltex = {
@ -62,16 +72,17 @@ return {
opencl_ls = {},
yamlls = {},
lua_ls = {
settings = {
Lua = {
workspace = {
checkThirdParty = false,
},
completion = {
callSnippet = "Replace",
},
},
},
mason = false
-- {
-- Lua = {
-- workspace = {
-- checkThirdParty = false,
-- },
-- completion = {
-- callSnippet = "Replace",
-- },
-- },
-- },
},
},
},
@ -101,6 +112,7 @@ return {
},
formatters_by_ft = {
typst = { "typstfmt" },
nix = { "nixpkgs-fmt" },
},
},
},