repos / dotfiles

my dotfiles

commit
9ef7380
parent
c9233dd
author
Eric Bower
date
2025-07-14 00:07:55 -0400 EDT
chore: cleanup
1 files changed,  +3, -3
M dot_config/nvim/init.lua
+3, -3
 1@@ -13,9 +13,9 @@ o.colorcolumn      = '80'
 2 o.completeopt      = { "menuone", "noselect", "popup" }
 3 o.laststatus       = 0
 4 o.winborder        = 'rounded'
 5-opt.undofile       = true
 6-opt.ignorecase     = true
 7-opt.smartcase      = true
 8+o.undofile         = true
 9+o.ignorecase       = true
10+o.smartcase        = true
11 local g = vim.g
12 g.mapleader        = ','
13 g.maplocalleader   = ','