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