Disable alpha, neovim tweaks.

This commit is contained in:
Bartek Stalewski 2023-10-09 15:15:42 +02:00
parent 15da765132
commit 80f3377385
4 changed files with 12 additions and 9 deletions

View File

@ -1,6 +0,0 @@
return {
"lukas-reineke/indent-blankline.nvim",
opts = {
show_current_context = false,
}
}

View File

@ -6,12 +6,12 @@ return {
component_separators = '',
icons_enabled = true,
section_separators = '',
theme = "molokai",
theme = "onedark",
},
sections = {
lualine_a = { "mode" },
lualine_b = { { "filename", file_status = true, path = 1 } },
lualine_c = { "branch" },
lualine_c = { { "branch", icon = "" } },
lualine_x = { "filetype" },
lualine_y = { "progress" },
lualine_z = { "location" },

View File

@ -0,0 +1,9 @@
return {
"williamboman/mason-lspconfig.nvim",
opts = {
ensure_installed = {
"terraformls",
"tflint",
},
},
}

View File

@ -23,7 +23,7 @@ urgent=yes
13=bd9eff
14=5ed6fe
15=feffff
alpha=0.9
alpha=1.0
background=272822
foreground=c7c7c7