Fix nvim tabs

This commit is contained in:
muon 2025-08-03 11:17:45 +00:00
parent 8bf58d6f8f
commit 23c45b8800

View file

@ -135,6 +135,11 @@
dashboard.alpha.enable = true; dashboard.alpha.enable = true;
comments.comment-nvim.enable = true; comments.comment-nvim.enable = true;
options = {
tabstop = 2;
shiftwidth = 0;
};
notes = { notes = {
# orgmode.enable = true; # orgmode.enable = true;
todo-comments.enable = true; todo-comments.enable = true;