Skip to content

Commit

Permalink
Update settings for Neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
ojiry committed Jun 27, 2019
1 parent a1b80eb commit 4c5d9fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nvim/dein.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,6 @@ hook_add = '''

[[plugins]]
repo = 'tpope/vim-surround'

[[plugins]]
repo = 'vim-jp/vimdoc-ja'
1 change: 1 addition & 0 deletions config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ set display=lastline
set encoding=utf-8
set expandtab
set fileformats=unix,dos,mac
set helplang=ja,en
set hidden
set hlsearch
set ignorecase
Expand Down
4 changes: 4 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set clipboard+=unnamedplus
set display=lastline
set encoding=utf-8
set expandtab
set fileencodings=utf-8,sjis,cp932,euc-jp
set fileformats=unix,dos,mac
set hidden
set hlsearch
Expand All @@ -22,3 +23,6 @@ set splitbelow
set splitright
set switchbuf=useopen
set title

noremap j gj
noremap k gk

0 comments on commit 4c5d9fe

Please sign in to comment.