Removed indev portion
lua/native-lsp/ does not exist
This commit is contained in:
parent
c3f1b738b2
commit
08daef5d71
1 changed files with 1 additions and 2 deletions
3
init.lua
3
init.lua
|
@ -22,8 +22,7 @@ env = vim.env -- environment variables
|
||||||
local modules = {
|
local modules = {
|
||||||
'general',
|
'general',
|
||||||
'keymap',
|
'keymap',
|
||||||
'ui',
|
'ui'
|
||||||
'native-lsp'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local async
|
local async
|
||||||
|
|
Loading…
Reference in a new issue