update
This commit is contained in:
parent
6d9456215f
commit
40b0deae61
@ -45,6 +45,7 @@
|
||||
kubectl
|
||||
k9s
|
||||
kubeseal
|
||||
velero
|
||||
fluxcd
|
||||
wireguard-tools
|
||||
kompose
|
||||
|
@ -25,7 +25,7 @@ g.maplocalleader = " "
|
||||
-- Load plugins
|
||||
require('lazy').setup('plugins')
|
||||
|
||||
vim.cmd 'colorscheme catppuccin-mocha'
|
||||
vim.cmd 'colorscheme catppuccin-frappe'
|
||||
|
||||
-- Load core settings
|
||||
opt.termguicolors = true -- Enable colors in terminal
|
||||
|
@ -97,7 +97,16 @@ return {
|
||||
root_dir = lsp.util.root_pattern('tailwind.config.js', 'tailwind.config.cjs', 'tailwind.config.mjs', 'tailwind.config.ts')
|
||||
})
|
||||
|
||||
-- html
|
||||
lsp.html.setup({})
|
||||
|
||||
-- go
|
||||
lsp.gopls.setup({})
|
||||
lsp.golangci_lint_ls.setup{}
|
||||
|
||||
-- templ
|
||||
vim.filetype.add({ extension = { templ = "templ" } })
|
||||
lsp.templ.setup{}
|
||||
|
||||
end,
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
return {
|
||||
color_scheme = 'catppuccin-mocha',
|
||||
color_scheme = 'catppuccin-frappe',
|
||||
-- font = wezterm.font('PragmataPro Liga'),
|
||||
font_size = 16,
|
||||
use_fancy_tab_bar = false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user