config(nvim): strip whitespace

main
sudo pacman -Syu 2024-01-28 14:20:00 +07:00
parent b4ead4e0e0
commit 522cae0c61
1 changed files with 5 additions and 0 deletions

View File

@ -311,6 +311,11 @@ require("lazy").setup({
end, end,
}, },
-- https://github.com/ntpeters/vim-better-whitespace
{
"ntpeters/vim-better-whitespace",
},
-- https://github.com/echasnovski/mini.nvim -- https://github.com/echasnovski/mini.nvim
{ {
"echasnovski/mini.nvim", "echasnovski/mini.nvim",