aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorCrony Akatsuki <crony@cronyakatsuki.xyz>2025-10-22 19:39:46 +0200
committerCrony Akatsuki <crony@cronyakatsuki.xyz>2025-10-22 19:39:46 +0200
commit406895c1f5b96dca4a88df99c6a872740168d9f0 (patch)
treecc9ce312ba8d71f6b554bc8766c410439e71a35d /lua/plugins
parenta3f243f85d29c24253de88b2ee8b4c090126b716 (diff)
downloadnvim-406895c1f5b96dca4a88df99c6a872740168d9f0.zip
nvim-406895c1f5b96dca4a88df99c6a872740168d9f0.tar.gz
chore: remove unnecesary comment.
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/lsp.lua10
1 files changed, 1 insertions, 9 deletions
diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua
index 051662c..5412c21 100644
--- a/lua/plugins/lsp.lua
+++ b/lua/plugins/lsp.lua
@@ -14,15 +14,6 @@ vim.lsp.config("*", {
},
-- make .git always be a root marker
root_markers = { '.git' },
- -- setup autocompletion
- -- on_attach = function(client, bufnr)
- -- vim.lsp.completion.enable(true, client.id, bufnr, {
- -- autotrigger = true,
- -- convert = function(item)
- -- return { abbr = item.label:gsub('%b()', '') }
- -- end,
- -- })
- -- end,
})
-- enable specific language servers
@@ -30,6 +21,7 @@ vim.lsp.enable({
"nixd",
"lua_ls",
"jsonls",
+ "marksman",
})
-- diagnostic settings