Add new keymaps and plugins
This commit is contained in:
parent
da87fc4247
commit
ab0d9c600b
13 changed files with 203 additions and 38 deletions
|
|
@ -42,8 +42,12 @@ o.timeoutlen = 500
|
|||
|
||||
-- Spell check
|
||||
opt.spelllang = 'en_us'
|
||||
opt.spell = true
|
||||
-- opt.spell = true
|
||||
|
||||
-- Markdown
|
||||
global.mkdp_browser = '/usr/bin/firefox'
|
||||
|
||||
-- Fold
|
||||
--o.foldmethod = 'syntax'
|
||||
o.foldmethod = 'expr'
|
||||
o.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue