Compare commits
2 commits
d7aac8d554
...
d3cec53760
Author | SHA1 | Date | |
---|---|---|---|
d3cec53760 | |||
8aa1f27ded |
3 changed files with 4 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -15,6 +15,7 @@ vim.opt.writebackup = false
|
||||||
vim.opt.history = 5000
|
vim.opt.history = 5000
|
||||||
vim.opt.shada = { "'1000", '<50', 's10', 'h' }
|
vim.opt.shada = { "'1000", '<50', 's10', 'h' }
|
||||||
vim.g.syntax = true
|
vim.g.syntax = true
|
||||||
|
vim.o.exrc = true -- load local configs in plugin dir
|
||||||
|
|
||||||
-- Tabs and Indents
|
-- Tabs and Indents
|
||||||
-- ===
|
-- ===
|
||||||
|
|
|
@ -493,3 +493,6 @@ BugStalker
|
||||||
libc
|
libc
|
||||||
Coreminer
|
Coreminer
|
||||||
coreminer
|
coreminer
|
||||||
|
debuggees
|
||||||
|
steckrs
|
||||||
|
lifecycle
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue