Astronvim configs.
This commit is contained in:
parent
8ced262f57
commit
9e060a2e76
@ -15,12 +15,13 @@ return {
|
|||||||
splitright = true,
|
splitright = true,
|
||||||
termguicolors = true,
|
termguicolors = true,
|
||||||
wrap = true,
|
wrap = true,
|
||||||
|
whichwrap = ''
|
||||||
writebackup = false,
|
writebackup = false,
|
||||||
-- clipboard = "",
|
clipboard = "",
|
||||||
cmdheight = 1,
|
cmdheight = 1,
|
||||||
foldcolumn = "0",
|
foldcolumn = "0",
|
||||||
laststatus = 2,
|
laststatus = 2,
|
||||||
-- mouse = "",
|
mouse = "",
|
||||||
scrolloff = 5,
|
scrolloff = 5,
|
||||||
shiftwidth = 2,
|
shiftwidth = 2,
|
||||||
softtabstop = 2,
|
softtabstop = 2,
|
||||||
|
@ -3,9 +3,12 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
|
"markdown",
|
||||||
|
"markdown_inline",
|
||||||
"python",
|
"python",
|
||||||
"terraform",
|
"terraform",
|
||||||
"vim",
|
"vim",
|
||||||
|
"yaml",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user