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("tokyonight-night")
|
||||||
-- vim.cmd.colorscheme("gruvbox")
|
-- vim.cmd.colorscheme("gruvbox")
|
||||||
-- vim.cmd.colorscheme("gruvbox-baby")
|
-- vim.cmd.colorscheme("gruvbox-baby")
|
||||||
vim.g.gruvbox_material_background = 'hard'
|
-- vim.g.gruvbox_material_background = 'hard'
|
||||||
vim.g.gruvbox_material_enable_italic = true
|
-- vim.g.gruvbox_material_enable_italic = true
|
||||||
vim.cmd.colorscheme("gruvbox-material")
|
-- vim.cmd.colorscheme("gruvbox-material")
|
||||||
-- vim.cmd.colorscheme("catppuccin-mocha")
|
vim.cmd.colorscheme("catppuccin-mocha")
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
@ -81,7 +81,7 @@ return {
|
||||||
-- used to enable autocompletion (assign to every lsp server config)
|
-- used to enable autocompletion (assign to every lsp server config)
|
||||||
local capabilities = cmp_nvim_lsp.default_capabilities()
|
local capabilities = cmp_nvim_lsp.default_capabilities()
|
||||||
|
|
||||||
mason_lspconfig.setup_handlers({
|
mason_lspconfig.setup({
|
||||||
-- default handler for installed servers
|
-- default handler for installed servers
|
||||||
function(server_name)
|
function(server_name)
|
||||||
lspconfig[server_name].setup({
|
lspconfig[server_name].setup({
|
||||||
|
|
|
@ -7,8 +7,8 @@ return {
|
||||||
lualine.setup({
|
lualine.setup({
|
||||||
options = {
|
options = {
|
||||||
-- theme = "tokyonight",
|
-- theme = "tokyonight",
|
||||||
-- theme = "catppuccin-mocha",
|
theme = "catppuccin-mocha",
|
||||||
theme = "gruvbox-material",
|
-- theme = "gruvbox-material",
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_c = {
|
lualine_c = {
|
||||||
|
|
Loading…
Reference in a new issue