Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Jan 29, 2022
1 parent 778ab16 commit 9b265c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
call plug#begin()
" The default plugin directory will be as follows:
let NERDTreeShowHidden=1
set smartindent
set tabstop=4
set expandtab
set shiftwidth=4
" - Vim (Linux/macOS): '~/.vim/plugged'
" - Vim (Windows): '~/vimfiles/plugged'
" - Neovim (Linux/macOS/Windows): stdpath('data') . '/plugged'
Expand Down Expand Up @@ -44,4 +49,4 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
" Npm NVim
Plug 'neoclide/npm.nvim', {'do' : 'npm install'}
call plug#end()
call plug#end()

0 comments on commit 9b265c8

Please sign in to comment.