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 kubectl
k9s k9s
kubeseal kubeseal
velero
fluxcd fluxcd
wireguard-tools wireguard-tools
kompose kompose

View File

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

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') 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,
} }

View File

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