openingh.nvim/tests/minimal.vim
2022-10-30 02:03:40 +03:00

21 lines
246 B
VimL

set rtp +=.
set rtp +=../plenary.nvim/
runtime! plugin/plenary.vim
set noswapfile
set nobackup
filetype indent off
set nowritebackup
set noautoindent
set nocindent
set nosmartindent
set indentexpr=
lua << EOF
require("plenary/busted")
EOF