removed fix that did not fix anything and added TODO
This commit is contained in:
@@ -79,8 +79,7 @@ vim.g.python_indent = { -- Fixes retarded default python indentation.
|
|||||||
closed_paren_align_last_line = false,
|
closed_paren_align_last_line = false,
|
||||||
searchpair_timeout = 300,
|
searchpair_timeout = 300,
|
||||||
}
|
}
|
||||||
-- Fix retarded default indenting for c-like languages
|
-- TODO fix all the idiotic default indentation settings
|
||||||
vim.o.cinoptions = vim.o.cinoptions .. "(s"
|
|
||||||
|
|
||||||
local function file_exists(name) --{{{1
|
local function file_exists(name) --{{{1
|
||||||
local f = io.open(name,"r")
|
local f = io.open(name,"r")
|
||||||
|
|||||||
Reference in New Issue
Block a user