fix: add plugin for cleaning up files
This commit is contained in:
parent
1ec64554f6
commit
828f57e53d
@ -222,6 +222,9 @@ local function usePlugins(use, use_rocks)
|
||||
-- Load project specific settings from exrc
|
||||
use { 'jenterkin/vim-autosource', config = [[require 'config.autosource']] }
|
||||
|
||||
-- Remove spaces at end of lines
|
||||
use{ "McAuleyPenney/tidy.nvim", event = "BufWritePre" }
|
||||
|
||||
-- Training plugins
|
||||
-- use 'tjdevries/train.nvim'
|
||||
-- use 'ThePrimeagen/vim-be-good'
|
||||
|
Loading…
Reference in New Issue
Block a user