tgpt + noneckpain

This commit is contained in:
talksik
2023-11-09 09:39:00 -08:00
parent 482b7439d6
commit c069fbdade
4 changed files with 22 additions and 14 deletions
@@ -0,0 +1,15 @@
require("no-neck-pain").setup({
buffers = {
scratchPad = {
-- set to `false` to
-- disable auto-saving
enabled = true,
},
bo = {
filetype = "md"
},
},
})
-- run :NoNeckPain on startup
vim.cmd("NoNeckPain")
-13
View File
@@ -1,13 +0,0 @@
require("zen-mode").setup {
window = {
width = 100,
options = {
number = true,
relativenumber = true,
}
},
}
vim.keymap.set("n", "<leader>zz", function()
require("zen-mode").toggle()
end)