mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Switch vim colorsceme to gruvbox
This commit is contained in:
@@ -69,5 +69,5 @@ shell:
|
||||
|
||||
key_bindings:
|
||||
- { key: Home, mods: Control, action: ResetFontSize }
|
||||
- { key: Add, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Subtract, mods: Control, action: DecreaseFontSize }
|
||||
- { key: Plus, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
|
@@ -35,7 +35,6 @@
|
||||
htop
|
||||
imagemagick
|
||||
jdk8
|
||||
jetbrains.idea-community
|
||||
jq
|
||||
kubectl
|
||||
libreoffice
|
||||
@@ -208,7 +207,6 @@
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'ap/vim-css-color'
|
||||
Plug 'artur-shaik/vim-javacomplete2'
|
||||
Plug 'dracula/vim', { 'as': 'dracula' }
|
||||
Plug 'fatih/vim-go'
|
||||
Plug 'godlygeek/tabular'
|
||||
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
|
||||
let python_highlight_all=1
|
||||
syntax on
|
||||
colorscheme dracula
|
||||
colorscheme gruvbox
|
||||
|
||||
" highlight red lines
|
||||
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.
|
||||
--
|
||||
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 {
|
||||
-- simple stuff
|
||||
terminal = myTerminal,
|
||||
|
Reference in New Issue
Block a user