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
9
after/ftplugin/python.lua
Normal file
9
after/ftplugin/python.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
vim.opt_local.expandtab = true
|
||||
vim.opt_local.commentstring = '# %s'
|
||||
vim.opt_local.smarttab = true
|
||||
vim.opt_local.shiftwidth = 4
|
||||
vim.opt_local.tabstop = 4
|
||||
vim.opt_local.softtabstop = 4
|
||||
vim.opt_local.fileformat = 'unix'
|
||||
vim.opt_local.textwidth = 79
|
||||
vim.opt_local.colorcolumn = '80'
|
||||
Loading…
Add table
Add a link
Reference in a new issue