1
0

Compare commits

..

No commits in common. "e4c6d76b72d7bb68919fb2040a7989f0fb35cfb7" and "775a1b54fa1edd6c4a15c6e8e3728f3c14ec6471" have entirely different histories.

2 changed files with 1 additions and 17 deletions

View File

@ -41,14 +41,3 @@ aucmd({ "InsertEnter", "InsertLeave", "BufEnter" }, {
vim.opt.cursorline = not entered_insert_mode
end
})
-- Open help window in a vertical split
aucmd("BufWinEnter", {
group = "valeth",
pattern = "*/doc/*",
callback = function()
if vim.bo.filetype == "help" then
vim.cmd.wincmd("H")
end
end
})

View File

@ -16,15 +16,10 @@ spec.opts = {
command_palette = true,
lsp_doc_border = true,
},
views = {
notify = {
replace = true,
},
},
}
spec.keys = {
{ "<leader>nd", "<cmd>NoiceDismiss<CR>", desc = "Dismiss all noice messages" },
{ "<leader>nd", "<cmd>NoiceDismiss<CR>", desc = "Dismiss all noice messages"},
}
spec.dependencies = {