new lsp thing

This commit is contained in:
Belal Elsabbagh
2025-05-13 10:03:09 +03:00
parent fce940df13
commit 01ac9df6e4
9 changed files with 76 additions and 1 deletions

View File

@@ -52,6 +52,17 @@ end
vim.opt.rtp:prepend(lazypath)
vim.lsp.config('*', {
capabilities = {
textDocument = {
semanticTokens = {
multilineTokenSupport = true,
},
},
},
root_markers = { '.git' },
})
require('lazy').setup({ spec = { import = 'plugins' } }, {
ui = {
icons = vim.g.have_nerd_font and {} or {