Removed indev portion

lua/native-lsp/ does not exist
This commit is contained in:
Just Midi 2021-08-11 19:23:45 +00:00
parent c3f1b738b2
commit 08daef5d71
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ env = vim.env -- environment variables
local modules = {
'general',
'keymap',
'ui',
'native-lsp'
'ui'
}
local async