added plugin for cht.sh and small changes to options

pull/81/head
Raffaele Wylde 2024-07-07 13:37:00 -04:00
parent 7cbdeaebe3
commit f764e5958f
2 changed files with 8 additions and 0 deletions

View File

@ -11,3 +11,8 @@ vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.env.PATH = vim.env.HOME .. "/.local/share/mise/shims:" .. vim.env.PATH
vim.opt.undofile = true
vim.opt.autowriteall = true
vim.opt.swapfile = false
vim.opt.writebackup = true
vim.g.CheatSheetDisableFrameworkDetection = 0

View File

@ -0,0 +1,3 @@
return {
"dbeniamine/cheat.sh-vim",
}