This commit is contained in:
2023-12-28 17:06:53 +08:00
parent 0f73cb3fed
commit 93e008c735
9 changed files with 230 additions and 160 deletions

View File

@@ -57,6 +57,7 @@ vim.g.netrw_chgwin = 1
--
-- EtC.
--
vim.opt.clipboard = "unnamedplus"
vim.opt.compatible = false
vim.opt.autowrite = true
vim.opt.foldmethod = "marker"
@@ -66,5 +67,3 @@ vim.cmd('autocmd BufEnter * silent! lcd %:p:h')
vim.g.markdown_fenced_languages = {'html', 'vim', 'python', 'c', 'bash=sh'}
-- auto close delimiters (eg. parentheses, brackets)
pk_use 'Raimondi/delimitMate'