From 557bb45f53ee9a9300f9f99999a4f3d681dfa7a9 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Thu, 13 Apr 2023 17:58:53 -0400 Subject: [PATCH] fixed neovim settings for lsp --- editors/neovim | 2 +- gui/rofi | 2 +- shells/oh-my-zsh/custom/themes/powerlevel10k | 2 +- shells/st | 2 +- src/fzf | 2 +- terminals/tmux/tmux.sparse.conf | 3 +++ 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/editors/neovim b/editors/neovim index 63b960c..a31384a 160000 --- a/editors/neovim +++ b/editors/neovim @@ -1 +1 @@ -Subproject commit 63b960cad22cfd8d7f263ff239313c1d557c5f49 +Subproject commit a31384aa44753d17f8294574268e84769c120e04 diff --git a/gui/rofi b/gui/rofi index 0def3cd..dbf546e 160000 --- a/gui/rofi +++ b/gui/rofi @@ -1 +1 @@ -Subproject commit 0def3cd15974a19606a93082778c043d370df8bd +Subproject commit dbf546e61c0ca848f2474db55b601dead6d41f7e diff --git a/shells/oh-my-zsh/custom/themes/powerlevel10k b/shells/oh-my-zsh/custom/themes/powerlevel10k index fb1287f..f27d192 160000 --- a/shells/oh-my-zsh/custom/themes/powerlevel10k +++ b/shells/oh-my-zsh/custom/themes/powerlevel10k @@ -1 +1 @@ -Subproject commit fb1287fedbb877201572d164ba0bad5c9d375b4f +Subproject commit f27d192eb20cbf9cf690a372f342110b7347c8d6 diff --git a/shells/st b/shells/st index 462ef27..79381aa 160000 --- a/shells/st +++ b/shells/st @@ -1 +1 @@ -Subproject commit 462ef27cf39db4a837eeecf7135fb65cd0b8789a +Subproject commit 79381aad473c7b241c3785c0e984632e2599e700 diff --git a/src/fzf b/src/fzf index f1a9629..96670d5 160000 --- a/src/fzf +++ b/src/fzf @@ -1 +1 @@ -Subproject commit f1a96296525975ea7d4c45aebc4fed5117cecb72 +Subproject commit 96670d5f16dcf23d590eb1d83d1de351b2e8fb15 diff --git a/terminals/tmux/tmux.sparse.conf b/terminals/tmux/tmux.sparse.conf index 6c79a1e..ab645ae 100644 --- a/terminals/tmux/tmux.sparse.conf +++ b/terminals/tmux/tmux.sparse.conf @@ -40,6 +40,9 @@ set -g status-right "%a, %b %d %l:%M %P " set -g status-right-length 100 set -g status-left "" +# set -g default-terminal "${TERM}" +# set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support +# set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0 # tmux auto start # set -g @plugin 'tmux-plugins/tmux-resurrect' # set -g @plugin 'tmux-plugins/tmux-continuum'