nvim: add templ lsp, gruvbox colorscheme, add keys, shell: editor nvim

This commit is contained in:
2025-12-18 11:10:33 +01:00
parent 4a698f6e1f
commit be03be655e
7 changed files with 52 additions and 39 deletions

View File

@@ -6,6 +6,7 @@ local ok, paq = pcall(require, "paq")
if ok then
paq({
"EdenEast/nightfox.nvim",
"ellisonleao/gruvbox.nvim",
"stevearc/conform.nvim",
"otavioschwanck/arrow.nvim",
"folke/flash.nvim",