add some features

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-06-21 23:59:55 +02:00
parent b6b82216d2
commit da87fc4247
6 changed files with 75 additions and 3 deletions

View file

@ -49,3 +49,4 @@ map("n", "<leader>s", [[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]])
-- Reset highlight
map("n", "<CR>", "<CMD>noh<CR><CR>")

View file

@ -42,5 +42,8 @@ o.timeoutlen = 500
-- Spell check
opt.spelllang = 'en_us'
opt.spell = false
opt.spell = true
-- Markdown
global.mkdp_browser = '/usr/bin/firefox'