mirror of https://github.com/LazyVim/starter
added plugin for cht.sh and small changes to options
parent
7cbdeaebe3
commit
f764e5958f
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
"dbeniamine/cheat.sh-vim",
|
||||
}
|
Loading…
Reference in New Issue