dotfiles/config/automatrop/roles/vim/templates/nvim.j2

9 lines
138 B
Django/Jinja

set nocompatible
filetype on
set runtimepath+=~/.config/vim,~/.cache/vim
set viminfo+=n~/.cache/vim/viminfo
{% include 'plugins.j2' %}