Disable alpha, neovim tweaks.
This commit is contained in:
parent
15da765132
commit
80f3377385
4 changed files with 12 additions and 9 deletions
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
|
||||||
opts = {
|
|
||||||
show_current_context = false,
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -6,12 +6,12 @@ return {
|
||||||
component_separators = '',
|
component_separators = '',
|
||||||
icons_enabled = true,
|
icons_enabled = true,
|
||||||
section_separators = '',
|
section_separators = '',
|
||||||
theme = "molokai",
|
theme = "onedark",
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = { "mode" },
|
lualine_a = { "mode" },
|
||||||
lualine_b = { { "filename", file_status = true, path = 1 } },
|
lualine_b = { { "filename", file_status = true, path = 1 } },
|
||||||
lualine_c = { "branch" },
|
lualine_c = { { "branch", icon = "" } },
|
||||||
lualine_x = { "filetype" },
|
lualine_x = { "filetype" },
|
||||||
lualine_y = { "progress" },
|
lualine_y = { "progress" },
|
||||||
lualine_z = { "location" },
|
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
|
13=bd9eff
|
||||||
14=5ed6fe
|
14=5ed6fe
|
||||||
15=feffff
|
15=feffff
|
||||||
alpha=0.9
|
alpha=1.0
|
||||||
background=272822
|
background=272822
|
||||||
foreground=c7c7c7
|
foreground=c7c7c7
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue