Compare commits

..

1 Commits

Author SHA1 Message Date
34c4b76a1b feat: add lsp handling for non mason 2024-10-08 10:48:28 -03:00
2 changed files with 2 additions and 5 deletions

View File

@ -127,7 +127,6 @@ elseif fileContent == "solarized" then
config = function(_, opts)
vim.o.termguicolors = true
require('solarized').setup(opts)
vim.o.background = 'dark'
vim.cmd.colorscheme 'solarized'
end,
}

View File

@ -1,6 +1,4 @@
return {
"ngtuonghy/live-server-nvim",
event = "VeryLazy",
build = ":LiveServerInstall",
opts = {}
"barrett-ruth/live-server.nvim",
config = true,
}