This commit is contained in:
Michael Thomson 2024-06-09 14:40:02 -04:00
parent 6d9456215f
commit 40b0deae61
No known key found for this signature in database
4 changed files with 12 additions and 2 deletions

View File

@ -45,6 +45,7 @@
kubectl
k9s
kubeseal
velero
fluxcd
wireguard-tools
kompose

View File

@ -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

View File

@ -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,
}

View File

@ -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,