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

@@ -10,8 +10,8 @@
export LANG=pl_PL.UTF-8
export EDITOR=vis
export VISUAL=vis
export EDITOR=nvim
export VISUAL=nvim
# if running bash
if [ -n "$BASH_VERSION" ]; then