config(nvim): strip whitespace
parent
b4ead4e0e0
commit
522cae0c61
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue