[water7] feat: Add expandtab setting to vim
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
361fa2c0ae
commit
dd91b7d0d0
1 changed files with 7 additions and 6 deletions
|
|
@ -70,12 +70,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Vim config
|
# Vim config
|
||||||
vim = {
|
vim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
tabstop = 2;
|
expandtab = true;
|
||||||
shiftwidth = 2;
|
tabstop = 2;
|
||||||
};
|
shiftwidth = 2;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable fish
|
# Enable fish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue