feat: misc stuff

This commit is contained in:
Barrett Ruth 2026-03-08 18:13:09 -04:00
parent 372d315cc8
commit be6b1e23c5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 36 additions and 2570 deletions

View file

@ -230,6 +230,7 @@ return {
extra_filetypes = { 'diff' },
hide_prefix = false,
highlights = {
-- blend_alpha = 0.9,
gutter = true,
vim = {
enabled = true,

View file

@ -47,7 +47,7 @@ vim.o.relativenumber = true
vim.o.signcolumn = 'no'
vim.o.statuscolumn = '%s%C %=%{v:relnum?v:relnum:v:lnum} '
vim.o.statusline = " %{len(expand('%'))?expand('%:~').' ':''}%h%m%r%=%c:%l/%L "
vim.o.statusline = " %{len(expand('%'))?expand('%:~').' ':''}%h%m%r%=%c:%l/%L %{&ft!=''?&ft:&bt} "
vim.opt.path:append('**')