fix python indentation
This commit is contained in:
parent
21b3e8ccdc
commit
11c7bee83b
9
init.lua
9
init.lua
@ -19,6 +19,15 @@ require("personal.add-guard")
|
||||
require("personal.cmacro-align")
|
||||
require("personal.uci")
|
||||
|
||||
vim.g.python_ident = {
|
||||
disable_parentheses_indenting = false,
|
||||
closed_paren_align_last_line = false,
|
||||
searchpair_timeout = 150,
|
||||
continue = "shiftwidth()",
|
||||
open_paren = "shiftwidth()",
|
||||
nested_paren = "shiftwidth()"
|
||||
}
|
||||
|
||||
-- THEME_BEGIN
|
||||
cmd("colorscheme srcery")
|
||||
-- THEME_END
|
Loading…
Reference in New Issue
Block a user