feat(neovim): add stylelint and fix indent
This commit is contained in:
parent
044362378a
commit
afe7f10128
3 changed files with 4 additions and 4 deletions
common/modules/neovim
|
@ -1,6 +1,6 @@
|
|||
set smartindent
|
||||
|
||||
" by default, the indent is 2 spaces.
|
||||
set smartindent
|
||||
set expandtab
|
||||
set shiftwidth=2
|
||||
set softtabstop=2
|
||||
set tabstop=2
|
||||
|
|
|
@ -45,6 +45,7 @@ in
|
|||
nodejs_latest
|
||||
gradle
|
||||
bat
|
||||
stylelint
|
||||
|
||||
python311Packages.pylint
|
||||
nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue