nvim: init.vim: Add org mode

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-12-07 15:08:10 +05:30
parent ec669640a9
commit f98349ed99

View file

@ -96,6 +96,7 @@ Plug 'milkypostman/vim-togglelist'
Plug 'jpalardy/vim-slime'
Plug 'liuchengxu/vim-which-key'
Plug 'haya14busa/incsearch.vim'
Plug 'jceb/vim-orgmode'
" Initialize plugin system
call plug#end()
@ -103,6 +104,7 @@ call plug#end()
" ----------------------------- Settings -------------------------------------
" Set up leaders
let mapleader="\<SPACE>"
let maplocalleader=","
set colorcolumn=80 " Highlight 80th column
set laststatus=2 " Always show status bar