Former-commit-id: 87ee1c7738
This commit is contained in:
Hadi
2024-07-09 14:00:14 +02:00
parent af3b9fcd6e
commit 0e6f7110e4
3 changed files with 8 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
require("gitsigns.actions").toggle_current_line_blame()
vim.opt.relativenumber = false
vim.opt.signcolumn = "no"
vim.opt.wrap = true
vim.opt.linebreak = true
end
'';
plugins = {