fixed neovim settings for lsp

main
KeeganForelight 2 years ago
parent e4c9d6ff15
commit 557bb45f53

@ -1 +1 @@
Subproject commit 63b960cad22cfd8d7f263ff239313c1d557c5f49 Subproject commit a31384aa44753d17f8294574268e84769c120e04

@ -1 +1 @@
Subproject commit 0def3cd15974a19606a93082778c043d370df8bd Subproject commit dbf546e61c0ca848f2474db55b601dead6d41f7e

@ -1 +1 @@
Subproject commit fb1287fedbb877201572d164ba0bad5c9d375b4f Subproject commit f27d192eb20cbf9cf690a372f342110b7347c8d6

@ -1 +1 @@
Subproject commit 462ef27cf39db4a837eeecf7135fb65cd0b8789a Subproject commit 79381aad473c7b241c3785c0e984632e2599e700

@ -1 +1 @@
Subproject commit f1a96296525975ea7d4c45aebc4fed5117cecb72 Subproject commit 96670d5f16dcf23d590eb1d83d1de351b2e8fb15

@ -40,6 +40,9 @@ set -g status-right "%a, %b %d %l:%M %P "
set -g status-right-length 100 set -g status-right-length 100
set -g status-left "" 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 # tmux auto start
# set -g @plugin 'tmux-plugins/tmux-resurrect' # set -g @plugin 'tmux-plugins/tmux-resurrect'
# set -g @plugin 'tmux-plugins/tmux-continuum' # set -g @plugin 'tmux-plugins/tmux-continuum'

Loading…
Cancel
Save