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 845c709528
6 changed files with 14 additions and 3 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