ref: unified to spaces

This commit is contained in:
Léana 江 2023-09-29 17:27:42 +02:00 committed by Léana 江
parent 81ae302855
commit c3a3e04571
12 changed files with 276 additions and 276 deletions

View file

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