config(nvim): no need whitespace everytime

main
sudo pacman -Syu 2024-03-25 02:49:18 +07:00
parent 631422d096
commit 218671cee0
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,7 @@ mock
# Python
venv
.venv
ruff_cache
__pycache__
@ -38,3 +39,6 @@ Homework
# Work
submodules
# ThacSi
*.tsv

View File

@ -348,6 +348,9 @@ require("lazy").setup({
-- https://github.com/ntpeters/vim-better-whitespace
{
"ntpeters/vim-better-whitespace",
init = function()
vim.g.better_whitespace_enabled = 0
end,
},
-- https://github.com/lukas-reineke/headlines.nvim