idek atp
This commit is contained in:
@@ -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 })
|
||||
|
||||
@@ -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 },
|
||||
})
|
||||
|
||||
@@ -39,13 +39,6 @@ return {
|
||||
"kind",
|
||||
} }
|
||||
},
|
||||
components = {
|
||||
label = {
|
||||
text = {
|
||||
background = "#ffffff"
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
documentation = {
|
||||
auto_show = true,
|
||||
|
||||
Reference in New Issue
Block a user