mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
nvim: many changes
This commit is contained in:
parent
f571b53d32
commit
7f9cb6e767
7 changed files with 63 additions and 10 deletions
|
|
@ -54,13 +54,9 @@ vim.lsp.enable("gopls")
|
|||
|
||||
vim.lsp.enable("tinymist")
|
||||
|
||||
vim.lsp.enable("cspell-ls")
|
||||
|
||||
vim.lsp.config('textlsp', {
|
||||
on_attach = function()
|
||||
print('textlsp is now active in this file')
|
||||
end,
|
||||
})
|
||||
vim.lsp.enable("textlsp")
|
||||
vim.lsp.enable("astro")
|
||||
|
||||
-- https://lsp-zero.netlify.app/blog/lsp-client-features.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue