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

View file

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

View file

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

View file

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