Update config - weechat/zsh/nvim

This commit is contained in:
George Rawlinson 2016-11-01 20:25:58 +13:00
parent 4d3110324d
commit 567d1f7108
4 changed files with 12 additions and 10 deletions

View File

@ -8,6 +8,7 @@ Plug 'airblade/vim-gitgutter'
Plug 'tpope/vim-sensible'
Plug 'chrisbra/sudoedit.vim'
Plug 'scrooloose/nerdtree'
Plug 'scrooloose/nerdcommenter'
call plug#end()
@ -37,6 +38,9 @@ colorscheme monokai
syntax enable
let g:load_doxygen_syntax=1
" enable filetype plugins
filetype plugin on
"use system clipboard
set clipboard+=unnamedplus
@ -45,5 +49,3 @@ noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
" TODO: commenting plugin -> commentary/tcomment/nerdcommenter

View File

@ -12,7 +12,7 @@ default_dict = "en_GB"
during_search = off
enabled = on
real_time = off
suggestions = -1
suggestions = 5
word_min_length = 2
[dict]

View File

@ -103,7 +103,7 @@ prefix_join = "◥"
prefix_network = "--"
prefix_quit = "◣"
prefix_same_nick = "↪"
prefix_suffix = "|"
prefix_suffix = ""
quote_nick_prefix = "<"
quote_nick_suffix = ">"
quote_time_format = "%H:%M:%S"
@ -159,7 +159,7 @@ chat_prefix_join = lightgreen
chat_prefix_more = lightmagenta
chat_prefix_network = magenta
chat_prefix_quit = lightred
chat_prefix_suffix = green
chat_prefix_suffix = 4
chat_read_marker = magenta
chat_read_marker_bg = default
chat_server = brown
@ -238,7 +238,7 @@ buffers.color_fg = default
buffers.conditions = ""
buffers.filling_left_right = vertical
buffers.filling_top_bottom = columns_vertical
buffers.hidden = on
buffers.hidden = off
buffers.items = "buffers"
buffers.position = top
buffers.priority = 0
@ -288,21 +288,21 @@ nicklist.separator = off
nicklist.size = 0
nicklist.size_max = 0
nicklist.type = window
status.color_bg = darkgray
status.color_bg = 240
status.color_delim = cyan
status.color_fg = default
status.conditions = ""
status.filling_left_right = vertical
status.filling_top_bottom = horizontal
status.hidden = off
status.items = "[buffer_plugin],buffer_name,scroll,[hotlist],completion"
status.items = "[buffer_plugin],buffer_name,scroll,completion, [aspell_suggest]"
status.position = bottom
status.priority = 500
status.separator = off
status.size = 1
status.size_max = 0
status.type = window
title.color_bg = darkgray
title.color_bg = 240
title.color_delim = cyan
title.color_fg = default
title.conditions = ""

View File

@ -9,7 +9,7 @@ DISABLE_UPDATE_PROMPT=true
DISABLE_AUTO_UPDATE=true
# Plugins
plugins=(archlinux common-aliases git sudo ssh-agent rust)
plugins=(archlinux common-aliases git sudo ssh-agent rust colored-man-pages)
# ZSH-Completions
plugins+=(zsh-completions)