Minor nvim config changes
This commit is contained in:
parent
90ca95ad38
commit
3d86f44d31
10 changed files with 82 additions and 97 deletions
8
.config/nvim/lua/config/lsp/lua_ls.lua
Normal file
8
.config/nvim/lua/config/lsp/lua_ls.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
require('neodev').setup()
|
||||
|
||||
return {
|
||||
Lua = {
|
||||
workspace = { checkThirdParty = false },
|
||||
telemetry = { enable = false },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue