Nvim and bashrc update

This commit is contained in:
2024-03-30 14:28:12 -07:00
parent 4fd1cc8d31
commit 6e4ee2efd2
2 changed files with 5 additions and 4 deletions

View File

@@ -131,10 +131,11 @@ vim.opt.expandtab = true
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.colorcolumn = '120'
-- Make line numbers default
vim.wo.number = true
vim.opt.colorcolumn = '120'
vim.opt.cursorline = true
-- Enable mouse mode
vim.o.mouse = 'a'