improving startup time by using lazy loading or filetype loading
This commit is contained in:
parent
bdb655c5a1
commit
7f1b34fd6f
62 changed files with 1285 additions and 561 deletions
10
after/ftplugin/lua.lua
Normal file
10
after/ftplugin/lua.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
vim.opt.expandtab = true
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.expandtab = true
|
||||
|
||||
vim.opt_local.formatoptions:remove('o')
|
||||
|
||||
vim.opt_local.commentstring = '-- %s'
|
||||
vim.opt_local.colorcolumn = '120'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue