mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: remove neodev
source:
e7a6b54324/item/nvim/after/ftplugin/lua.lua (L44)
This commit is contained in:
parent
f4db2deb64
commit
d0fe0f75e0
3 changed files with 9 additions and 4 deletions
|
|
@ -55,6 +55,14 @@ local servers = {
|
|||
vim.cmd(":e")
|
||||
end, { buffer = bufno })
|
||||
end,
|
||||
settings = {
|
||||
Lua = {
|
||||
workspace = {
|
||||
checkThirdParty = "Disable",
|
||||
library = { vim.env.VIMRUNTIME },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
nil_ls = { -- Nix
|
||||
|
|
@ -138,7 +146,6 @@ capabilities = require("cmp_nvim_lsp").default_capabilities(capabilities)
|
|||
-- Init --
|
||||
----------
|
||||
require("fidget").setup()
|
||||
require("neodev").setup()
|
||||
|
||||
-- Folding
|
||||
capabilities.textDocument.foldingRange = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue