mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-12 08:50:30 -07:00
fix lsp + conform + sleuth
This commit is contained in:
parent
91ba5541a3
commit
cc4abb76ee
18 changed files with 245 additions and 206 deletions
|
|
@ -5,8 +5,8 @@ M.ui = {
|
|||
-- hl = highlights
|
||||
hl_add = {},
|
||||
hl_override = {
|
||||
Comment = { italic = true },
|
||||
['@comment'] = { italic = true },
|
||||
Comment = { italic = true },
|
||||
["@comment"] = { italic = true },
|
||||
},
|
||||
changed_themes = {},
|
||||
theme_toggle = { "onedark", "one_light" },
|
||||
|
|
@ -48,7 +48,8 @@ M.ui = {
|
|||
[[ ██╔██╗ ██║█████╗ ██║ ██║██║ ██║██║██╔████╔██║ ]],
|
||||
[[ ██║╚██╗██║██╔══╝ ██║ ██║╚██╗ ██╔╝██║██║╚██╔╝██║ ]],
|
||||
[[ ██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║ ]],
|
||||
[[ ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ ]], },
|
||||
[[ ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ ]],
|
||||
},
|
||||
|
||||
buttons = {
|
||||
{ " Find File", "Spc f f", "Telescope find_files" },
|
||||
|
|
@ -80,19 +81,19 @@ M.ui = {
|
|||
|
||||
M.base46 = {
|
||||
integrations = {
|
||||
"nvimtree",
|
||||
"treesitter",
|
||||
"blankline",
|
||||
"git",
|
||||
"lsp",
|
||||
"nvdash",
|
||||
"syntax",
|
||||
"statusline",
|
||||
"tbline",
|
||||
"telescope",
|
||||
"devicons",
|
||||
"mason",
|
||||
"defaults",
|
||||
"nvimtree",
|
||||
"treesitter",
|
||||
"blankline",
|
||||
"git",
|
||||
"lsp",
|
||||
"nvdash",
|
||||
"syntax",
|
||||
"statusline",
|
||||
"tbline",
|
||||
"telescope",
|
||||
"devicons",
|
||||
"mason",
|
||||
"defaults",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue