formatting

This commit is contained in:
Osman Faruk Bayram 2025-08-19 03:25:33 +03:00
parent d78b9bc624
commit 17c6b291f2

View file

@ -20,7 +20,6 @@
# TODO: i want to see 4 spaces when i press tab in python and 2 spaces in nix using setlocal # TODO: i want to see 4 spaces when i press tab in python and 2 spaces in nix using setlocal
# is it possible for me to set this per language? # is it possible for me to set this per language?
# folding # folding
foldmethod = "expr"; foldmethod = "expr";
foldexpr = "nvim_treesitter#foldexpr()"; foldexpr = "nvim_treesitter#foldexpr()";
@ -46,6 +45,5 @@
msgsep = ""; msgsep = "";
}; };
}; };
} }