Add update for coloscheme and mason_lspconfig
This commit is contained in:
parent
a087f5bc31
commit
7ddf082a98
3 changed files with 7 additions and 7 deletions
|
@ -16,9 +16,9 @@ return {
|
|||
-- vim.cmd.colorscheme("tokyonight-night")
|
||||
-- vim.cmd.colorscheme("gruvbox")
|
||||
-- vim.cmd.colorscheme("gruvbox-baby")
|
||||
vim.g.gruvbox_material_background = 'hard'
|
||||
vim.g.gruvbox_material_enable_italic = true
|
||||
vim.cmd.colorscheme("gruvbox-material")
|
||||
-- vim.cmd.colorscheme("catppuccin-mocha")
|
||||
-- vim.g.gruvbox_material_background = 'hard'
|
||||
-- vim.g.gruvbox_material_enable_italic = true
|
||||
-- vim.cmd.colorscheme("gruvbox-material")
|
||||
vim.cmd.colorscheme("catppuccin-mocha")
|
||||
end,
|
||||
}
|
||||
|
|
|
@ -81,7 +81,7 @@ return {
|
|||
-- used to enable autocompletion (assign to every lsp server config)
|
||||
local capabilities = cmp_nvim_lsp.default_capabilities()
|
||||
|
||||
mason_lspconfig.setup_handlers({
|
||||
mason_lspconfig.setup({
|
||||
-- default handler for installed servers
|
||||
function(server_name)
|
||||
lspconfig[server_name].setup({
|
||||
|
|
|
@ -7,8 +7,8 @@ return {
|
|||
lualine.setup({
|
||||
options = {
|
||||
-- theme = "tokyonight",
|
||||
-- theme = "catppuccin-mocha",
|
||||
theme = "gruvbox-material",
|
||||
theme = "catppuccin-mocha",
|
||||
-- theme = "gruvbox-material",
|
||||
},
|
||||
sections = {
|
||||
lualine_c = {
|
||||
|
|
Loading…
Reference in a new issue