nvim: not using plugins anymore; separated vim and nvim config

This commit is contained in:
2022-05-22 14:49:11 -04:00
parent efa2f54c74
commit a502df7f11
3 changed files with 8 additions and 6 deletions

View File

@ -12,6 +12,8 @@ mc = "~/.config/mc"
[vim.files]
# type symbolic prevents interpreting '{{' as template
"vim/.vimrc" = { target = "~/.vimrc", type = "symbolic" }
[nvim.files]
"vim/init.vim" = { target = "~/.config/nvim/init.vim", type = "symbolic" }
[i3.files]

View File

@ -1,2 +1,2 @@
# includes = []
packages = ["mc", "vim", "emacs", "i3", "alacritty"]
packages = ["mc", "nvim", "emacs", "i3", "alacritty"]