dotfiles/nvim/.config/nvim/after/ftplugin/git.lua
Sanchayan Maity e758ef0a08
nvim: after/ftplugin: Disable mini trailspace
Now we enable trailspace module from mini, disable it for file types
where we do not want trailing space to be highlighted.
2023-06-07 12:43:15 +05:30

3 lines
73 B
Lua

vim.b.minitrailspace_disable = true
vim.b.spell = false