fix: disable snacks dashboard
All checks were successful
Container build / container-build (push) Successful in 3m29s
All checks were successful
Container build / container-build (push) Successful in 3m29s
This commit is contained in:
parent
a1332e1f69
commit
5bc72a6fb3
@ -13,6 +13,7 @@ keymap("v", "L", "$", opts)
|
|||||||
|
|
||||||
-- Better escape
|
-- Better escape
|
||||||
keymap("n", "<ESC>", "<ESC>:noh<CR>", opts)
|
keymap("n", "<ESC>", "<ESC>:noh<CR>", opts)
|
||||||
|
keymap("t", "", "<C-\\>", opts)
|
||||||
|
|
||||||
-- Disable alt j/k to move lines
|
-- Disable alt j/k to move lines
|
||||||
delkeymap({ "i", "v" }, "<A-j>")
|
delkeymap({ "i", "v" }, "<A-j>")
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-- Disable some unneeded plugins by default.
|
-- Disable some unneeded plugins by default.
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"nvimdev/dashboard-nvim",
|
"folke/snacks.nvim",
|
||||||
enabled = false,
|
opts = function(_, opts)
|
||||||
|
opts.dashboard = { enabled = false }
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bufferline.nvim",
|
"bufferline.nvim",
|
||||||
|
Loading…
Reference in New Issue
Block a user