shorten lsp.buf commands from LspBuf.. to Lb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user