dotfiles/.config/nvim/init.lua

5 lines
99 B
Lua

vim.opt.mouse = ""
vim.opt.undofile = true
vim.opt.undodir = vim.fn.stdpath("data") .. "/undodir"