modified: init.lua

modified:   lua/config.lua
	modified:   lua/keybinds.lua
	renamed:    lua/lsp_setup.lua -> lua/lsp.lua
	modified:   lua/plugins.lua
	modified:   plugin/packer_compiled.lua
This commit is contained in:
2021-11-03 09:53:28 -05:00
parent 6213aa5e0f
commit 68a6a2884b
6 changed files with 75 additions and 38 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ opt.linebreak = true
opt.inccommand = "split" -- Get a preview of replacements
opt.incsearch = true -- Shows the match while typing
--opt.undofile = true
opt.undofile = true
--opt.undodir = "~/.local/share/nvim/undodir"
opt.encoding = "utf-8"