shorten lsp.buf commands from LspBuf.. to Lb

This commit is contained in:
2025-10-29 18:07:11 +08:00
parent 23662ac758
commit 12c58d90fb
3 changed files with 7 additions and 4 deletions

View File

@@ -39,10 +39,10 @@ vim.g.netrw_browse_split = 0
--
-- EtC.
--
vim.opt.clipboard = "unnamedplus"
-- vim.opt.clipboard = "unnamedplus"
vim.opt.compatible = false
vim.opt.autowrite = true
vim.opt.foldmethod = "marker"
vim.opt.foldmethod = "syntax"
-- auto cd to the current file's location
vim.cmd('autocmd BufEnter * silent! lcd %:p:h')
-- highlighting for other langs in markdown docs