feat: add trailing spaces trim plugin

This commit is contained in:
Renken 2024-07-14 20:32:21 +02:00
parent 5aeddfdd5d
commit 2cc46488f8

View file

@ -240,6 +240,9 @@ require('lazy').setup({
-- "gc" to comment visual regions/lines
{ 'numToStr/Comment.nvim', opts = {} },
-- This plugin trims trailing whitespace and lines.
{ 'cappyzawa/trim.nvim', opts = {} },
-- Here is a more advanced example where we pass configuration
-- options to `gitsigns.nvim`. This is equivalent to the following Lua:
-- require('gitsigns').setup({ ... })