mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 02:24:58 +02:00
added stuff for js
This commit is contained in:
parent
7bdd4f7123
commit
b8f455cbfb
12 changed files with 88 additions and 8 deletions
6
ftplugin/python.vim
Normal file
6
ftplugin/python.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
" Python specific settings.
|
||||
setlocal tabstop=4
|
||||
setlocal shiftwidth=4
|
||||
setlocal expandtab
|
||||
setlocal autoindent
|
||||
setlocal smarttab
|
Loading…
Add table
Add a link
Reference in a new issue