use lazy.nvim

This commit is contained in:
Christian Nieves
2023-05-10 12:06:19 -05:00
parent 7d682f156e
commit 05f764c38f
7 changed files with 277 additions and 3075 deletions

View File

@ -79,11 +79,6 @@ set omnifunc= completeopt=menuone,noinsert,noselect
set updatetime=100
lua require('impatient')
" Enable profiling data
" lua require'impatient'.enable_profile()
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
endif