support solarized8 too

This commit is contained in:
2022-10-19 18:15:18 -05:00
parent f8c419314b
commit 1829789ed0
3 changed files with 8 additions and 5 deletions

View File

@@ -97,11 +97,13 @@
(a.map-indexed set-opt val-based-opts)
(nvim.ex.syntax "on")
(nvim.ex.colorscheme :soluarized)
;; (nvim.ex.colorscheme :soluarized)
(nvim.ex.colorscheme :solarized8)
;(nvim.ex.autocmd "vimenter" "*" "++nested" "colorscheme" "solarized8")
;; (nvim.ex.autocmd "vimenter" "*" "++nested" "colorscheme" "soluarized")
(nvim.ex.autocmd "vimenter" "*" "++nested" "colorscheme" "solarized8")
;(nvim.ex.autocmd "vimenter" "*" "luafile" "treesitter.lua")
;
; (nvim.fn.glob "~/.vimrc.local")

View File

@@ -50,6 +50,7 @@
:kristijanhusak/vim-dadbod-completion {}
:kristijanhusak/vim-dadbod-ui {}
:L3MON4D3/LuaSnip {:mod :luasnip}
:lifepillar/vim-solarized8 {}
:lukas-reineke/headlines.nvim {:mod :headlines}
; :michaelb/sniprun {:run "bash ./install.sh" :mod :sniprun}
:neovim/nvim-lspconfig {:mod :lspconfig}

View File

@@ -33,7 +33,7 @@ setw -g mouse off
# set -g default-terminal "xterm-256:color"
# set -g default-terminal "${TERM}"
set -s default-terminal "tmux-256color"
set -g default-terminal "tmux-256color"
set -g history-limit 15000
set -g window-status-style dim
@@ -47,8 +47,8 @@ set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WIND
set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock
# set -as terminal-overrides ',xterm-256color:RGB'
set -as terminal-features ',xterm-256color:RGB'
set-option -sa terminal-overrides ',xterm-256color:RGB'
set -as terminal-features ',tmux-256color:RGB'
set-option -sa terminal-overrides ',tmux-256color:RGB'
# Undercurl
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support