Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fables-tales committed Sep 12, 2020
1 parent d9304e9 commit 2c0e9c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vim/vimrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Plug 'tpope/vim-surround'
Plug 'https://github.com/rust-lang/rust.vim'
Plug 'https://github.com/scrooloose/syntastic'
Plug 'tpope/vim-endwise'
Plug 'https://github.com/thoughtbot/vim-rspec'
Plug 'https://github.com/fatih/vim-go'
call plug#end()
filetype plugin indent on " required
Expand Down Expand Up @@ -46,7 +47,6 @@ set showcmd
set ignorecase
set ttyfast
set lazyredraw
set colorcolumn=80
set tabstop=4
set shiftwidth=4
set expandtab
Expand Down Expand Up @@ -211,8 +211,6 @@ map k gk

autocmd FileType markdown set textwidth=80
autocmd FileType markdown set spell
autocmd FileType markdown set colorcolumn=81
autocmd FileType markdown hi ColorColumn ctermbg=4
autocmd FileType markdown set tabstop=2
map <leader>y "*y

Expand Down Expand Up @@ -252,3 +250,4 @@ nmap <silent> gr <Plug>(coc-references)
autocmd BufEnter * redraw!
nmap <C-p> :Files<cr>
nmap <leader>rn <Plug>(coc-rename)
" source ~/dev/rubyfmt/rubyfmt.vim

0 comments on commit 2c0e9c1

Please sign in to comment.