mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
added plugin for cht.sh and small changes to options
This commit is contained in:
parent
7cbdeaebe3
commit
f764e5958f
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
lua/plugins/cheatshvim.lua
Normal file
3
lua/plugins/cheatshvim.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
"dbeniamine/cheat.sh-vim",
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue