repos / dotfiles

my dotfiles

commit
3fb7cf5
parent
7a42c03
author
Eric Bower
date
2025-07-13 12:54:36 -0400 EDT
chore(nvim): more options
1 files changed,  +4, -0
M dot_config/nvim/init.lua
+4, -0
 1@@ -13,6 +13,10 @@ opt.colorcolumn    = '80'
 2 opt.completeopt    = { "menuone", "noselect", "popup" }
 3 opt.laststatus     = 0
 4 opt.winborder      = 'rounded'
 5+opt.undofile       = true
 6+opt.ignorecase     = true
 7+opt.smartcase      = true
 8+
 9 vim.g.mapleader      = ','
10 vim.g.maplocalleader = ','
11