diff --git a/common/modules/neovim/config/base.vim b/common/modules/neovim/config/base.vim index cb73383..4f39e33 100644 --- a/common/modules/neovim/config/base.vim +++ b/common/modules/neovim/config/base.vim @@ -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 diff --git a/common/modules/neovim/default.nix b/common/modules/neovim/default.nix index 7799049..4f5924e 100644 --- a/common/modules/neovim/default.nix +++ b/common/modules/neovim/default.nix @@ -45,6 +45,7 @@ in nodejs_latest gradle bat + stylelint python311Packages.pylint nil diff --git a/hosts/wim/config/ags/package.json b/hosts/wim/config/ags/package.json index be1419f..238976f 100644 --- a/hosts/wim/config/ags/package.json +++ b/hosts/wim/config/ags/package.json @@ -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" } }