Compare commits
No commits in common. "f56bb90c9803a8a9417db745360f52a38c03b4f5" and "89077cb48e2384a0f6b6a01db5d0443b999cd7b4" have entirely different histories.
f56bb90c98
...
89077cb48e
|
@ -37,4 +37,4 @@ vim.keymap.set({ "n", "i" }, "<C-s>", "<cmd>wa<CR>", { desc = "save" })
|
|||
|
||||
--navigate buffers
|
||||
--prev
|
||||
vim.keymap.set({ "i", "n" }, "<M-->", "<cmd>b#<cr>", { desc = "Previous buffer." })
|
||||
-- vim.keymap.set({ "i", "n" }, "<M-->", "<cmd>b#<cr>", { desc = "Previous buffer." })
|
||||
|
|
|
@ -49,6 +49,6 @@ vim.g.markdown_folding = 1
|
|||
|
||||
vim.opt.spelllang = "en_us"
|
||||
vim.opt.spell = true
|
||||
vim.opt.textwidth = 0 --prevent vim from inserting linebreaks
|
||||
vim.opt.textwidth = 0 --prevent vim from isnerting linebreaks
|
||||
vim.opt.linebreak = true
|
||||
vim.opt.wrap = true
|
||||
|
|
Loading…
Reference in New Issue