feat: setup LSPs

This commit is contained in:
Stevan Freeborn
2025-01-16 12:23:15 -06:00
parent 40b9337594
commit 4f324020ca
6 changed files with 74 additions and 16 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
return {
"nvim-lualine/lualine.nvim",
config = function()
require("lualine").setup()
options = { theme = "dracula" }
require("lualine").setup({
options = { theme = "dracula" }
})
end
}