mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: refactor no-neck-pain config
This commit is contained in:
parent
7f6ed24d2d
commit
c1b2786383
2 changed files with 5 additions and 3 deletions
|
|
@ -70,8 +70,6 @@ vim.api.nvim_create_autocmd("WinClosed", {
|
|||
end,
|
||||
})
|
||||
|
||||
-- NoNeckPain
|
||||
vim.keymap.set("n", "<leader>z", ":NoNeckPain<CR>")
|
||||
|
||||
-- Todo-Comments
|
||||
vim.keymap.set("n", "<leader>st", function() vim.cmd("TodoTelescope") end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue