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

View File

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