trying to change tabs size depending on file
This commit is contained in:
parent
1e46116cf8
commit
3396b3ebf4
@ -35,8 +35,8 @@
|
|||||||
set runtimepath+=${inputs.plugin-dracula}
|
set runtimepath+=${inputs.plugin-dracula}
|
||||||
set runtimepath+=${inputs.plugin-lsp}
|
set runtimepath+=${inputs.plugin-lsp}
|
||||||
colorscheme dracula
|
colorscheme dracula
|
||||||
set expandtab
|
autocmd BufEnter * :setlocal tabstop=4 shiftwidth=4 expandtab
|
||||||
set shiftwidth=4
|
autocmd BufEnter *.nix :setlocal tabstop=2 shiftwidth=2 expandtab
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user