removed fix that did not fix anything and added TODO

This commit is contained in:
Ivar Fatland
2025-03-06 09:52:49 +01:00
parent 92d02bccae
commit a50ee0cc18
+1 -2
View File
@@ -79,8 +79,7 @@ vim.g.python_indent = { -- Fixes retarded default python indentation.
closed_paren_align_last_line = false,
searchpair_timeout = 300,
}
-- Fix retarded default indenting for c-like languages
vim.o.cinoptions = vim.o.cinoptions .. "(s"
-- TODO fix all the idiotic default indentation settings
local function file_exists(name) --{{{1
local f = io.open(name,"r")