mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-19 18:25:18 +02:00
Rust additions and JS/TS options
This commit is contained in:
parent
d7666fd4ef
commit
6061cd08fe
3 changed files with 62 additions and 1 deletions
7
after/ftplugin/javascript.vim
Normal file
7
after/ftplugin/javascript.vim
Normal file
|
@ -0,0 +1,7 @@
|
|||
setlocal tabstop=2
|
||||
setlocal shiftwidth=2
|
||||
setlocal expandtab
|
||||
setlocal softtabstop=2
|
||||
setlocal autoindent
|
||||
setlocal smartindent
|
||||
setlocal cindent
|
Loading…
Add table
Add a link
Reference in a new issue