Disable alpha, neovim tweaks.
This commit is contained in:
parent
15da765132
commit
80f3377385
@ -1,6 +0,0 @@
|
||||
return {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
opts = {
|
||||
show_current_context = false,
|
||||
}
|
||||
}
|
@ -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" },
|
||||
|
9
_cli/astronvim/lua/user/plugins/mason.lua
Normal file
9
_cli/astronvim/lua/user/plugins/mason.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"terraformls",
|
||||
"tflint",
|
||||
},
|
||||
},
|
||||
}
|
@ -23,7 +23,7 @@ urgent=yes
|
||||
13=bd9eff
|
||||
14=5ed6fe
|
||||
15=feffff
|
||||
alpha=0.9
|
||||
alpha=1.0
|
||||
background=272822
|
||||
foreground=c7c7c7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user