feat(nvim): plugins, cleanup, ign lazy-lock.json

This commit is contained in:
2024-09-22 04:26:02 +03:00
parent 6f1e1a0416
commit 9b6e39b4af
7 changed files with 54 additions and 98 deletions

View File

@@ -26,19 +26,6 @@ return {
},
-- LSP Configuration & Plugins
{
-- `lazydev` configures Lua LSP for your Neovim config, runtime and plugins
-- used for completion, annotations and signatures of Neovim apis
'folke/lazydev.nvim',
ft = 'lua',
opts = {
library = {
-- Load luvit types when the `vim.uv` word is found
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
},
},
},
-- Meta type definitions for the Lua platform Luvit.
-- https://github.com/Bilal2453/luvit-meta
{ 'Bilal2453/luvit-meta', lazy = true },