Alejandro
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
29 deletions
-
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 {} |
|
|
|