mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-06-06 07:26:52 +00:00
Merge branch 'main' of personalgit:d0zingcat/dotfiles
This commit is contained in:
@@ -54,7 +54,7 @@ cmd([[ autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 softtabstop=2 textw
|
|||||||
cmd([[ autocmd FileType ruby setlocal tabstop=2 shiftwidth=2 softtabstop=2 textwidth=120 ]])
|
cmd([[ autocmd FileType ruby setlocal tabstop=2 shiftwidth=2 softtabstop=2 textwidth=120 ]])
|
||||||
cmd([[ autocmd FileType less,sass,scss,css setlocal tabstop=2 shiftwidth=2 softtabstop=2 textwidth=120 ]])
|
cmd([[ autocmd FileType less,sass,scss,css setlocal tabstop=2 shiftwidth=2 softtabstop=2 textwidth=120 ]])
|
||||||
cmd(
|
cmd(
|
||||||
[[ autocmd FileType javascript,javascript.jsx,javascriptreact,typescript,typescriptreact setlocal tabstop=2 shiftwidth=2 softtabstop=2 expandtab ]]
|
[[ autocmd FileType javascript,javascript.jsx,javascriptreact,typescript,typescriptreact setlocal tabstop=2 shiftwidth=2 softtabstop=4 expandtab ]]
|
||||||
)
|
)
|
||||||
|
|
||||||
cmd([[iabbrev pdb import pdb; pdb.set_trace()<ESC>]])
|
cmd([[iabbrev pdb import pdb; pdb.set_trace()<ESC>]])
|
||||||
|
|||||||
Reference in New Issue
Block a user