nvim: init.vim: Add org mode
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
ec669640a9
commit
f98349ed99
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue