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
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@girs/gtk-3.0": "^3.24.39-3.2.2",
|
||||
"eslint": "^8.52.0",
|
||||
"stylelint-config-standard-scss": "^11.0.0"
|
||||
"eslint": "^8.52.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue