mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Switch vim colorsceme to gruvbox
This commit is contained in:
@@ -69,5 +69,5 @@ shell:
|
|||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: Home, mods: Control, action: ResetFontSize }
|
- { key: Home, mods: Control, action: ResetFontSize }
|
||||||
- { key: Add, mods: Control, action: IncreaseFontSize }
|
- { key: Plus, mods: Control, action: IncreaseFontSize }
|
||||||
- { key: Subtract, mods: Control, action: DecreaseFontSize }
|
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||||
|
@@ -35,7 +35,6 @@
|
|||||||
htop
|
htop
|
||||||
imagemagick
|
imagemagick
|
||||||
jdk8
|
jdk8
|
||||||
jetbrains.idea-community
|
|
||||||
jq
|
jq
|
||||||
kubectl
|
kubectl
|
||||||
libreoffice
|
libreoffice
|
||||||
@@ -208,7 +207,6 @@
|
|||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'ap/vim-css-color'
|
Plug 'ap/vim-css-color'
|
||||||
Plug 'artur-shaik/vim-javacomplete2'
|
Plug 'artur-shaik/vim-javacomplete2'
|
||||||
Plug 'dracula/vim', { 'as': 'dracula' }
|
|
||||||
Plug 'fatih/vim-go'
|
Plug 'fatih/vim-go'
|
||||||
Plug 'godlygeek/tabular'
|
Plug 'godlygeek/tabular'
|
||||||
Plug 'hashivim/vim-terraform'
|
Plug 'hashivim/vim-terraform'
|
||||||
@@ -294,7 +292,7 @@
|
|||||||
au BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4 textwidth=79 expandtab autoindent fileformat=unix
|
au BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4 textwidth=79 expandtab autoindent fileformat=unix
|
||||||
let python_highlight_all=1
|
let python_highlight_all=1
|
||||||
syntax on
|
syntax on
|
||||||
colorscheme dracula
|
colorscheme gruvbox
|
||||||
|
|
||||||
" highlight red lines
|
" highlight red lines
|
||||||
highlight ExtraWhitespace ctermbg=red guibg=red
|
highlight ExtraWhitespace ctermbg=red guibg=red
|
||||||
|
1419
.config/nvim/colors/gruvbox.vim
Normal file
1419
.config/nvim/colors/gruvbox.vim
Normal file
File diff suppressed because it is too large
Load Diff
@@ -313,7 +313,7 @@ myStartupHook = do
|
|||||||
-- Run xmonad with the settings you specify. No need to modify this.
|
-- Run xmonad with the settings you specify. No need to modify this.
|
||||||
--
|
--
|
||||||
main = do
|
main = do
|
||||||
xmproc <- spawnPipe "LC_ALL=C.UTF-8 xmobar -x 1 ~/.config/xmobar/xmobar.hs"
|
xmproc <- spawnPipe "LC_ALL=C.UTF-8 xmobar -x 2 ~/.config/xmobar/xmobar.hs"
|
||||||
xmonad $ ewmh $ docks defaultConfig {
|
xmonad $ ewmh $ docks defaultConfig {
|
||||||
-- simple stuff
|
-- simple stuff
|
||||||
terminal = myTerminal,
|
terminal = myTerminal,
|
||||||
|
Reference in New Issue
Block a user