10 lines
419 B
Lua
10 lines
419 B
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
|
|
}
|