Add LSP config

This commit is contained in:
2026-01-14 23:05:58 +01:00
parent cf1e2e38ed
commit 67e4663479
3 changed files with 123 additions and 0 deletions

View File

@ -19,6 +19,7 @@ vim.opt.rtp:prepend(lazypath)
-- Initialize lazy.nvim
local plugins = {
require("plugins.colorschemes"), -- theme
require("plugins.lsp"), -- LSP
require("plugins.telescope"), -- fuzzy finder
require("plugins.treesitter"), -- syntax tree
}