nvim: Drop golden-ratio

Love this plugin but it completely messes up the quickfix window. If it
did not touch the quickfix window every thing would be fine.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-06-24 20:15:25 +05:30
parent 93f0fc9d3e
commit 5e4bf90f21
2 changed files with 0 additions and 5 deletions

View file

@ -59,8 +59,6 @@ Plug 'liuchengxu/vim-which-key'
Plug 'christoomey/vim-system-copy'
" Toggle terminal
Plug 'caenrique/nvim-toggle-terminal'
" Resize window with golden ratio
Plug 'roman/golden-ratio'
" Floating preview
Plug 'skywind3000/vim-quickui'
" LSP

View file

@ -68,9 +68,6 @@ let g:ale_linters = {
\ 'bash' : ['shellcheck']
\}
" Golden Ratio
let g:golden_ratio_exclude_nonmodifiable = 1
" Neovim LSP Diagnostics
let g:diagnostic_enable_virtual_text = 1
let g:diagnostic_show_sign = 1