feat(neovim): add stylelint and fix indent

This commit is contained in:
matt1432 2023-10-20 23:10:58 -04:00
parent 044362378a
commit afe7f10128
3 changed files with 4 additions and 4 deletions
common/modules/neovim

View file

@ -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

View file

@ -45,6 +45,7 @@ in
nodejs_latest
gradle
bat
stylelint
python311Packages.pylint
nil