This commit is contained in:
2025-10-13 18:59:54 -07:00
parent 1b2a3c6bcc
commit 866037c41b
11 changed files with 61 additions and 54 deletions

View File

@@ -35,10 +35,12 @@ vim.cmd([[
no i a
no A I
no I A
no k o
no j J
no - t
no _ T
no J <Up>j
no f f
no F t
no k F
no K T
no h <left>
no t <up>
@@ -56,6 +58,7 @@ vim.cmd([[
no <c-t> :
ino <c-t> <c-o>:
cno <c-h> <esc>
nn * o$ $<Left><Left>
no <c-f> /
nn <enter> :noh<enter>
@@ -73,5 +76,6 @@ vim.cmd([[
colorscheme catppuccin
]])
vim.api.nvim_set_hl(0, "Pmenu", { bg = nil })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = nil })
vim.api.nvim_set_hl(0, "Pmenu", { bg = nil, force = true })
vim.api.nvim_set_hl(0, "FloatBorder", { bg = nil, force = true })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = nil, force = true })

View File

@@ -31,5 +31,5 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates
checker = { enabled = true },
checker = { enabled = true, notify = false },
})

View File

@@ -39,13 +39,6 @@ return {
"kind",
} }
},
components = {
label = {
text = {
background = "#ffffff"
},
}
}
},
documentation = {
auto_show = true,