Add neodev
This commit is contained in:
parent
01ba0543b9
commit
5d11c77d79
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -91,3 +91,6 @@
|
|||||||
[submodule "pack/plugins/start/fzf"]
|
[submodule "pack/plugins/start/fzf"]
|
||||||
path = pack/plugins/start/fzf
|
path = pack/plugins/start/fzf
|
||||||
url = https://github.com/junegunn/fzf.git
|
url = https://github.com/junegunn/fzf.git
|
||||||
|
[submodule "pack/plugins/start/neodev.nvim"]
|
||||||
|
path = pack/plugins/start/neodev.nvim
|
||||||
|
url = https://github.com/folke/neodev.nvim.git
|
||||||
|
@ -16,7 +16,7 @@ if nvim_lspconfig then
|
|||||||
nvim_lspconfig.sumneko_lua.setup({
|
nvim_lspconfig.sumneko_lua.setup({
|
||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
diagnostics = {globals = { 'vim' }},
|
diagnostics = {globals = {'vim'}},
|
||||||
runtime = {version = 'LuaJIT'},
|
runtime = {version = 'LuaJIT'},
|
||||||
telemetry = {enable = false},
|
telemetry = {enable = false},
|
||||||
workspace = {library = vim.api.nvim_get_runtime_file('', true)},
|
workspace = {library = vim.api.nvim_get_runtime_file('', true)},
|
||||||
|
1
pack/plugins/start/neodev.nvim
Submodule
1
pack/plugins/start/neodev.nvim
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0c2cba85fd2fb3202912dfea85f103da2307c3c5
|
Loading…
Reference in New Issue
Block a user