mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim/lazy: +lazydev.nvim
This commit is contained in:
parent
6eccc143be
commit
9d1e06cbf4
2 changed files with 13 additions and 0 deletions
|
|
@ -107,6 +107,18 @@ local plugins = {
|
|||
},
|
||||
},
|
||||
},
|
||||
-- Lua and neovim developement
|
||||
{
|
||||
"folke/lazydev.nvim",
|
||||
ft = "lua", -- only load on lua files
|
||||
opts = {
|
||||
library = {
|
||||
-- See the configuration section for more details
|
||||
-- Load luvit types when the `vim.uv` word is found
|
||||
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
---------------
|
||||
-- TreeSitter --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue