mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
support solarized8 too
This commit is contained in:
@@ -97,11 +97,13 @@
|
|||||||
(a.map-indexed set-opt val-based-opts)
|
(a.map-indexed set-opt val-based-opts)
|
||||||
|
|
||||||
(nvim.ex.syntax "on")
|
(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.ex.autocmd "vimenter" "*" "luafile" "treesitter.lua")
|
||||||
;
|
;
|
||||||
; (nvim.fn.glob "~/.vimrc.local")
|
; (nvim.fn.glob "~/.vimrc.local")
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
:kristijanhusak/vim-dadbod-completion {}
|
:kristijanhusak/vim-dadbod-completion {}
|
||||||
:kristijanhusak/vim-dadbod-ui {}
|
:kristijanhusak/vim-dadbod-ui {}
|
||||||
:L3MON4D3/LuaSnip {:mod :luasnip}
|
:L3MON4D3/LuaSnip {:mod :luasnip}
|
||||||
|
:lifepillar/vim-solarized8 {}
|
||||||
:lukas-reineke/headlines.nvim {:mod :headlines}
|
:lukas-reineke/headlines.nvim {:mod :headlines}
|
||||||
; :michaelb/sniprun {:run "bash ./install.sh" :mod :sniprun}
|
; :michaelb/sniprun {:run "bash ./install.sh" :mod :sniprun}
|
||||||
:neovim/nvim-lspconfig {:mod :lspconfig}
|
:neovim/nvim-lspconfig {:mod :lspconfig}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ setw -g mouse off
|
|||||||
|
|
||||||
# set -g default-terminal "xterm-256:color"
|
# set -g default-terminal "xterm-256:color"
|
||||||
# set -g default-terminal "${TERM}"
|
# set -g default-terminal "${TERM}"
|
||||||
set -s default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
set -g history-limit 15000
|
set -g history-limit 15000
|
||||||
|
|
||||||
set -g window-status-style dim
|
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-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock
|
||||||
|
|
||||||
# set -as terminal-overrides ',xterm-256color:RGB'
|
# set -as terminal-overrides ',xterm-256color:RGB'
|
||||||
set -as terminal-features ',xterm-256color:RGB'
|
set -as terminal-features ',tmux-256color:RGB'
|
||||||
set-option -sa terminal-overrides ',xterm-256color:RGB'
|
set-option -sa terminal-overrides ',tmux-256color:RGB'
|
||||||
|
|
||||||
# Undercurl
|
# Undercurl
|
||||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||||
|
|||||||
Reference in New Issue
Block a user