all repos — dotfiles @ f4572f870b90bf41ceb13ed7e68776ffe03482e8

my *nix dotfiles

Some updates to init.vim
Anirudh icyph0x@pm.me
Mon, 10 Jun 2019 14:25:43 +0530
commit

f4572f870b90bf41ceb13ed7e68776ffe03482e8

parent

4cbd52bc6ffc9eb4503b9b3628e558b9348443ac

2 files changed, 7 insertions(+), 5 deletions(-)

jump to
M config/nvim/init.vimconfig/nvim/init.vim

@@ -16,7 +16,7 @@ Plug 'reedes/vim-litecorrect', { 'for': ['text', 'markdown'] }

Plug 'junegunn/goyo.vim', { 'for': ['text', 'markdown'] } Plug 'plasticboy/vim-markdown', { 'for': ['text', 'markdown'] } Plug 'kana/vim-textobj-user', { 'for': ['text', 'markdown'] } -Plug 'reedes/vim-textobj-quote', { 'for': ['text', 'markdown'] } +Plug 'reedes/vim-textobj-quote' " }}} Plug 'chriskempson/base16-vim' Plug 'ervandew/supertab'

@@ -68,6 +68,7 @@ set shiftwidth=4 " indent = 4 spaces

set noexpandtab " tabs are tabs set tabstop=4 " tab = 4 spaces set softtabstop=4 " backspace through spaces +set nocompatible " wildcard ignores set wildignore+=.git,.hg,.svn

@@ -205,10 +206,10 @@ let g:keysound_theme = 'default'

" textobj_quote augroup textobj_quote - autocmd! - autocmd FileType markdown call textobj#quote#init({'educate': 1}) - autocmd FileType textile call textobj#quote#init({'educate': 1}) - autocmd FileType text call textobj#quote#init({'educate': 1}) + autocmd! + autocmd FileType markdown call textobj#quote#init({'educate': 1}) + autocmd FileType textile call textobj#quote#init({'educate': 1}) + autocmd FileType text call textobj#quote#init({'educate': 1}) augroup END " litecorrect
M weechat/weechat.confweechat/weechat.conf

@@ -381,6 +381,7 @@ default.buffer = "irc;rizon.#rice;2"

default.buffer = "irc;rizon.#homescreen;3" default.buffer = "irc;rizon.#avpd;4" default.buffer = "irc;rizon.#linux;5" +default.buffer = "irc;rizon.nerdypepper;6" default.window = "1;0;0;0;irc;rizon.#rice" default.current = on