Browse Source

fix(plugins): remove personal changes

my-config
Alejandro 3 years ago
committed by GitHub
parent
commit
f0ebc61a84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 30
      plugins.lua

30
plugins.lua

@ -12,32 +12,4 @@
-- },
-- }
return {
-- Languages support
{
'cheap-glitch/vim-v',
disable = false,
},
-- Documentations
{
'milisims/nvim-luaref',
event = 'VimEnter',
},
{
'nanotee/luv-vimdocs',
event = 'VimEnter',
},
-- Misc
{
'andweeb/presence.nvim',
config = function()
require('presence'):setup({
log_level = 'error',
enable_line_number = true,
})
end,
event = 'ColorScheme',
},
-- Colorschemes
'eddyekofo94/gruvbox-flat.nvim',
}
return {}

Loading…
Cancel
Save