This commit is contained in:
Michael Chalupiak
2024-11-06 21:07:46 -05:00
parent 57c76fc044
commit 967c00aebf
3 changed files with 76 additions and 41 deletions

View File

@@ -326,5 +326,5 @@ return require('packer').startup(function(use)
cmd = { "DBUIToggle", "DBUI", "DBUIAddConnection", "DBUIFindBuffer", "DBUIRenameBuffer", "DBUILastQueryInfo" },
}
use 'eandrju/cellular-automaton.nvim'
use 'eandrju/cellular-automaton.nvim'
end)

View File

@@ -13,6 +13,9 @@ vim.opt.showmode = false
vim.opt.smartindent = true
vim.opt.spell = true
vim.opt.spelllang = "en_us"
vim.opt.swapfile = false
vim.opt.backup = false
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"