1
Fork 0

Clean up lapetus a bit

This commit is contained in:
prescientmoon 2024-11-09 12:45:25 +01:00
parent 2b082e9808
commit 0c6aff0470
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
16 changed files with 34 additions and 204 deletions
home/features/neovim/config/lua/my

View file

@ -15,6 +15,8 @@ function M.enable()
swap("j")
swap("k")
swap("<up>")
swap("<down>")
swap("0")
swap("$")
end
@ -24,6 +26,8 @@ function M.disable()
unswap("j")
unswap("k")
unswap("<up>")
unswap("<down>")
unswap("0")
unswap("$")
end

View file

@ -41,9 +41,6 @@ table.insert(M, {
},
})
vim.cmd([[highlight NotifyINFOIcon guifg=#d6b20f]])
vim.cmd([[highlight NotifyINFOTitle guifg=#d6b20f]])
vim.cmd("colorscheme catppuccin")
end),
})