Skip to content

Commit

Permalink
chore: remove unnecessary plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 committed Jun 7, 2024
1 parent f99f876 commit 42b7728
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lua/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@ return {
{
'folke/lazydev.nvim',
ft = 'lua', -- only load on lua files
opts = {
library = {
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
},
},
opts = {},
},

{ 'Bilal2453/luvit-meta', lazy = true }, -- optional `vim.uv` typings

{
'L3MON4D3/LuaSnip',
lazy = true,
Expand Down

0 comments on commit 42b7728

Please sign in to comment.