repos / dotfiles

my dotfiles

commit
ea27514
parent
7f1f767
author
Eric Bower
date
2025-07-07 10:14:37 -0400 EDT
chore(nvim): tweaks
3 files changed,  +5, -8
M dot/tmux.conf
+4, -3
 1@@ -2,10 +2,11 @@ unbind C-b
 2 set-option -g prefix C-Space
 3 bind-key C-Space send-prefix
 4 
 5-# https://unix.stackexchange.com/a/734894
 6-set -ag terminal-overrides ",xterm-256color:RGB"
 7 # https://unix.stackexchange.com/a/400954
 8-set -g default-terminal "xterm-256color"
 9+set -g default-terminal "tmux-256color"
10+# https://unix.stackexchange.com/a/734894
11+set -ag terminal-overrides ",tmux-256color:RGB"
12+
13 set -g set-clipboard on
14 set-option -ga update-environment ' SWAYSOCK'
15 set-option -ga update-environment ' DISPLAY'
M dot_config/nvim/lua/init.lua
+1, -0
1@@ -12,6 +12,7 @@ opt.shell          = '/bin/bash'
2 opt.colorcolumn    = '80'
3 opt.completeopt    = { "menuone", "noselect", "popup" }
4 opt.laststatus     = 0
5+opt.winborder      = 'rounded'
6 -- opt.number         = true
7 
8 vim.g.mapleader      = ','
M dot_config/nvim/lua/plugins.lua
+0, -5
 1@@ -33,23 +33,18 @@ function setup_treesitter()
 2       "gitattributes",
 3       "gitcommit",
 4       "gitignore",
 5-      "glimmer",
 6       "go",
 7       "gomod",
 8       "gosum",
 9       "html",
10       "javascript",
11-      "jq",
12       "json",
13       "json5",
14       "lua",
15       "make",
16       "markdown",
17-      "nix",
18       "python",
19-      "query",
20       "r",
21-      "ruby",
22       "rust",
23       "sql",
24       "terraform",