updates
This commit is contained in:
@@ -45,7 +45,7 @@ vim.opt.autowrite = true
|
||||
vim.opt.foldmethod = "indent"
|
||||
vim.opt.foldlevelstart = 99
|
||||
-- auto cd to the current file's location
|
||||
vim.cmd('autocmd BufEnter * silent! lcd %:p:h')
|
||||
-- vim.cmd('autocmd BufEnter * silent! lcd %:p:h')
|
||||
-- highlighting for other langs in markdown docs
|
||||
vim.g.markdown_fenced_languages = {'html', 'vim', 'python', 'c', 'bash=sh'}
|
||||
-- auto close delimiters (eg. parentheses, brackets)
|
||||
|
||||
Reference in New Issue
Block a user