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

View file

@ -1,6 +1,6 @@
set smartindent
" by default, the indent is 2 spaces. " by default, the indent is 2 spaces.
set smartindent
set expandtab
set shiftwidth=2 set shiftwidth=2
set softtabstop=2 set softtabstop=2
set tabstop=2 set tabstop=2

View file

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

View file

@ -1,7 +1,6 @@
{ {
"dependencies": { "dependencies": {
"@girs/gtk-3.0": "^3.24.39-3.2.2", "@girs/gtk-3.0": "^3.24.39-3.2.2",
"eslint": "^8.52.0", "eslint": "^8.52.0"
"stylelint-config-standard-scss": "^11.0.0"
} }
} }