mod(nvim): no more neck pain :P

This commit is contained in:
Léana 江 2023-05-07 00:01:44 +02:00 committed by Léana 江
parent 14be22ae4f
commit d31ca05832
3 changed files with 9 additions and 65 deletions

View file

@ -0,0 +1,8 @@
require "no-neck-pain".setup {
width = 75,
buffers = {
right = { enabled = false, }
}
}
vim.keymap.set("n", "<leader>z", ":NoNeckPain<CR>", { desc = "Center this shit plz" })