diff --git a/lua/plugins.lua b/lua/plugins.lua index a8d0286..3f32eb7 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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'