Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
akash0x53 committed Jun 21, 2020
1 parent 1ed7083 commit e7d5251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ call plug#end()

"---------- Appearance ----------
set laststatus=2 "show filename in status bar
colorscheme wombat
colorscheme gruvbox
set background=dark
set colorcolumn=80
highlight ColorColumn ctermbg=0 "80 column color
Expand Down Expand Up @@ -141,7 +141,7 @@ let g:coc_global_extensions = ['coc-tsserver', 'coc-json', 'coc-java', 'coc-pyth
set hidden
set updatetime=300
set shortmess+=c
set signcolumn=number
set signcolumn=auto

"--- use <TAB> to trigger completion
inoremap <silent><expr> <TAB>
Expand Down

0 comments on commit e7d5251

Please sign in to comment.