This commit is contained in:
Yaser Alraddadi 2025-02-16 23:16:58 +03:00
parent 4ec26791f2
commit f6276cb831
No known key found for this signature in database
GPG Key ID: 808212144E6DBE90
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ vim.g.undotree_ShortIndicators = 1
-- vim.opt.spell = true
-- vim.opt.spellsuggest='best,9'
vim.opt.hidden = false
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`