29 lines
1.1 KiB
Lua
29 lines
1.1 KiB
Lua
return {
|
|
-- [[ General Cleanup and Save Plugins ]]
|
|
'mboughaba/vim-lessmess', -- Remove trailing whitespace, mixed, etc.
|
|
'jose-elias-alvarez/null-ls.nvim', -- Not really sure actually
|
|
|
|
-- [[ Basic Code Editing ]]
|
|
--'DanilaMihailov/beacon.nvim', -- Show me where my cursor is when switching panes
|
|
'tpope/vim-commentary', -- Uncomment/Comment lines of code with gc
|
|
|
|
-- [[ Git stuff ]]
|
|
'tpope/vim-fugitive', -- Git commands with :G/:Git
|
|
'junegunn/gv.vim', -- See Git Commit Log with :GV
|
|
|
|
-- [[ Theme ]]
|
|
'Mofiqul/dracula.nvim', -- Dracula Colorscheme
|
|
'ellisonleao/gruvbox.nvim', -- Good ol' Gruvbox Colorscheme
|
|
'sainnhe/gruvbox-material', -- Gruvbox Material Colorscheme (Easier on the eyes)
|
|
'sainnhe/everforest', -- Everforest Colorscheme
|
|
'kaicataldo/material.vim', -- Material Colorscheme
|
|
'sjl/badwolf',
|
|
'cocopon/iceberg.vim',
|
|
'ayu-theme/ayu-vim',
|
|
'nordtheme/vim',
|
|
'preservim/vim-colors-pencil',
|
|
|
|
-- [[ Markdown ]]
|
|
-- 'preservim/vim-markdown',
|
|
}
|