mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix nvim tabs
This commit is contained in:
parent
8bf58d6f8f
commit
23c45b8800
1 changed files with 5 additions and 0 deletions
|
|
@ -135,6 +135,11 @@
|
|||
dashboard.alpha.enable = true;
|
||||
comments.comment-nvim.enable = true;
|
||||
|
||||
options = {
|
||||
tabstop = 2;
|
||||
shiftwidth = 0;
|
||||
};
|
||||
|
||||
notes = {
|
||||
# orgmode.enable = true;
|
||||
todo-comments.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue