diff options
author | christianchiarulli <[email protected]> | 2021-06-28 11:39:37 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-06-28 11:39:37 -0400 |
commit | 832b55fa23ae1e49bd805b6e0e9f5d20b08f46a0 (patch) | |
tree | 5945b7bf77cbd644f8173fc6a38c11341569056b /init.lua | |
parent | 54edde8e1e290166a2d674d537c1eeb3583652a1 (diff) |
less vimscript
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -12,9 +12,6 @@ require('lv-treesitter') require('lv-autopairs') require('lv-which-key') --- TODO gotta get rid of this for speed -vim.cmd('source ' .. CONFIG_PATH .. '/vimscript/functions.vim') - -- LSP require('lsp') -- TODO should I put this in the filetype files? |