1
0
Fork 0
nix-config/modules/nixos/cli/neovim/editorconfig/default.nix
Philipp eed3e35fe8
fix(neovim): add expandtab and respect editorconfig
We also added an editorconfig with this one in the repository
2025-12-04 18:06:43 +01:00

3 lines
60 B
Nix

{
programs.nvf.settings.vim.editorconfig.enable = true;
}