summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-06-28 11:39:37 -0400
committerchristianchiarulli <[email protected]>2021-06-28 11:39:37 -0400
commit832b55fa23ae1e49bd805b6e0e9f5d20b08f46a0 (patch)
tree5945b7bf77cbd644f8173fc6a38c11341569056b /init.lua
parent54edde8e1e290166a2d674d537c1eeb3583652a1 (diff)
less vimscript
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.lua b/init.lua
index 79e8022b..d066c27b 100644
--- a/init.lua
+++ b/init.lua
@@ -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?