move options to actual plugin scope

This commit is contained in:
2022-01-13 21:12:37 +01:00
parent b56c1e92f9
commit 82bba662a7

View File

@@ -3,8 +3,6 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color") || exists('g:GtkGuiLoad
Plug 'cloudhead/neovim-fuzzy'
Plug 'mhinz/vim-signify'
Plug 'overcache/NeoSolarized'
" language plugins
Plug 'LnL7/vim-nix'
Plug 'neovimhaskell/haskell-vim'
call plug#end()
@@ -13,6 +11,11 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color") || exists('g:GtkGuiLoad
set background=light
set termguicolors
" https://github.com/cloudhead/neovim-fuzzy/issues/50
let g:fuzzy_rootcmds = [["git", "rev-parse", "--show-toplevel"]]
map <silent> <C-P> :FuzzyOpen<CR>
if exists('g:GtkGuiLoaded')
call rpcnotify(1, 'Gui', 'Font', 'Fantasque Sans Mono 13')
endif
@@ -22,9 +25,6 @@ filetype plugin indent on
let g:markdown_fenced_languages = ['python', 'bash=sh', 'go', 'c', 'cpp', 'yaml', 'json', 'sql', 'haskell']
" https://github.com/cloudhead/neovim-fuzzy/issues/50
let g:fuzzy_rootcmds = [["git", "rev-parse", "--show-toplevel"]]
set autoindent
set autoread
set autowrite
@@ -58,8 +58,6 @@ nnoremap <silent> <esc><esc> :nohls<CR>
nnoremap <silent> gB :bp<CR>
nnoremap <silent> gb :bn<CR>
map <silent> <C-P> :FuzzyOpen<CR>
"noremap p p`[
"noremap P P`[