Astronvim configs.

This commit is contained in:
Bartek Stalewski 2024-03-15 11:15:13 +01:00
parent 8ced262f57
commit 9e060a2e76
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -15,12 +15,13 @@ return {
splitright = true,
termguicolors = true,
wrap = true,
whichwrap = ''
writebackup = false,
-- clipboard = "",
clipboard = "",
cmdheight = 1,
foldcolumn = "0",
laststatus = 2,
-- mouse = "",
mouse = "",
scrolloff = 5,
shiftwidth = 2,
softtabstop = 2,

View File

@ -3,9 +3,12 @@ return {
opts = {
ensure_installed = {
"bash",
"markdown",
"markdown_inline",
"python",
"terraform",
"vim",
"yaml",
},
},
}