issues
search
amtoine
/
dotfiles
My personal archlinux config files.
GNU General Public License v3.0
21
stars
2
forks
source link
FEATURE: add base *lunarvim* config and centralize `EDITOR`
#73
Closed
amtoine
closed
1 year ago
amtoine
commented
1 year ago
This PR is two-folds
adds a basic config for
lvim
, a.k.a.
lunarvim
centralizes the
EDITOR
environment variables in the shell configs by removing hardcoded values in all the other configs, thus defaulting to
EDITOR
and
VISUAL
this has been mainly done to switch from
helix
to
lvim
with as few changes as possible
This PR is two-folds
lvim
, a.k.a. lunarvimEDITOR
environment variables in the shell configs by removing hardcoded values in all the other configs, thus defaulting toEDITOR
andVISUAL
this has been mainly done to switch fromhelix
tolvim
with as few changes as possible