Fix stupid indentation default for c-like languages
This commit is contained in:
@@ -79,6 +79,8 @@ 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
|
||||||
|
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