diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-09-22 09:58:20 -0400 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2020-09-22 09:58:20 -0400 |
| commit | fa16efaeb6a3e61d2915c28fb04f21c267e551c2 (patch) | |
| tree | ffb0e4d7a21a4707a1818dc5b22478075c485c71 /scratch/minimal_init.vim | |
| parent | 025485fa1fc6a7f960764233d1d19be411d093c3 (diff) | |
scratch: minimal init vim
Diffstat (limited to 'scratch/minimal_init.vim')
| -rw-r--r-- | scratch/minimal_init.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scratch/minimal_init.vim b/scratch/minimal_init.vim new file mode 100644 index 0000000..1d53c29 --- /dev/null +++ b/scratch/minimal_init.vim @@ -0,0 +1,7 @@ + + +set rtp+=/home/tj/plugins/popup.nvim/ +set rtp+=/home/tj/plugins/plenary.nvim/ +set rtp+=/home/tj/plugins/telescope.nvim/ + +nnoremap ,,x :luafile %<CR> |
