Upgraded from neodev to lazydev
This commit is contained in:
@@ -89,6 +89,7 @@ return {
|
||||
},
|
||||
},
|
||||
sources = {
|
||||
{ name = "lazydev", group_index = 0 },
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "path" },
|
||||
|
||||
13
nvim/dot-config/nvim/lua/plugins/lazydev.lua
Normal file
13
nvim/dot-config/nvim/lua/plugins/lazydev.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- https://github.com/folke/lazydev.nvim
|
||||
return {
|
||||
{
|
||||
"folke/lazydev.nvim",
|
||||
ft = "lua",
|
||||
opts = {
|
||||
library = {
|
||||
{ path = "luvit-meta/library", words = { "vim%.uv" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
{ "Bilal2453/luvit-meta", lazy = true }, -- optional `vim.uv` typings
|
||||
}
|
||||
@@ -11,9 +11,6 @@ return {
|
||||
-- Set capabilities from cmp
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
|
||||
-- Additional lua configuration, makes nvim stuff amazing!
|
||||
{ "folke/neodev.nvim", opts = {} },
|
||||
|
||||
-- Add document color
|
||||
"mrshmllow/document-color.nvim",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user