Files
nvim-config/lua/plugins/init.lua
2025-06-13 13:15:02 -04:00

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
}