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
7
after/ftplugin/sh.lua
Normal file
7
after/ftplugin/sh.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
vim.opt_local.expandtab = true
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.softtabstop = 2
|
||||
vim.opt_local.tabstop = 2
|
||||
vim.opt_local.textwidth = 80
|
||||
|
||||
vim.opt_local.syntax = enable
|
||||
Loading…
Add table
Add a link
Reference in a new issue