[WIP]: Tue 15 Sep 2020 10:22:06 PM EDT

This commit is contained in:
TJ DeVries
2020-09-15 22:22:06 -04:00
parent db6f5e694a
commit e29ccb9d50
5 changed files with 46 additions and 34 deletions
+10
View File
@@ -0,0 +1,10 @@
set rtp+=.
set rtp+=../plenary.nvim
set rtp+=../popup.nvim
packadd popup.nvim
packadd plenary.nvim
nnoremap ,,x :luafile %<CR>
nnoremap ,x :execute 'lua ' . getline('.')<CR>