Many things are working
This commit is contained in:
parent
c42f197307
commit
4582bd5469
20 changed files with 715 additions and 300 deletions
|
|
@ -42,7 +42,7 @@ vim.opt.expandtab = true
|
|||
-- Dont use swap files, use undotree
|
||||
vim.opt.swapfile = false
|
||||
vim.opt.backup = false
|
||||
vim.opt.undodir = vim.fn.stdpath("state") .. "/undodir"
|
||||
vim.opt.undodir = vim.fn.stdpath("data") .. "/undodir"
|
||||
vim.opt.undofile = true
|
||||
|
||||
-- Sets how neovim will display certain whitespace characters in the editor.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue