From 43669e83e18dc965d984f080060e81ea5ae7ce21 Mon Sep 17 00:00:00 2001 From: g-erson Date: Mon, 13 Mar 2023 16:05:27 +0000 Subject: [PATCH] update --- .zshrc | 2 +- init.vim | 83 ++++++-------------------------------------------------- 2 files changed, 9 insertions(+), 76 deletions(-) diff --git a/.zshrc b/.zshrc index 80030ce..bf5e075 100644 --- a/.zshrc +++ b/.zshrc @@ -11,7 +11,7 @@ export EDITOR="/usr/local/bin/nvim" # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="refined" +ZSH_THEME="" # Set list of themes to load # Setting this variable when ZSH_THEME=random diff --git a/init.vim b/init.vim index 26060d0..49648d5 100644 --- a/init.vim +++ b/init.vim @@ -61,16 +61,17 @@ Plug 'gmoe/vim-faust' Plug 'akinsho/git-conflict.nvim' Plug 'SirVer/ultisnips' Plug 'dense-analysis/neural' -Plug 'metakirby5/codi.vim' +Plug 'neovimhaskell/haskell-vim' +Plug 'HerringtonDarkholme/yats' +Plug 'StanAngeloff/php.vim' call plug#end() set completeopt=menu,menuone,noselect +set fillchars=vert:\ -"================================= inc-rename ================================= +"================================= inc-rename =============================== nnoremap R :IncRename -"================================= Codi ================================= -let g:codi#virtual_text_pos = 'right_align' -"===================================== Gitgutter =========================== +"===================================== Gitgutter ============================ let g:gitgutter_realtime = 1 set updatetime=250 "=========================== Visual Search Text ============================= @@ -177,74 +178,6 @@ lua < h @@ -276,8 +209,8 @@ nnoremap t :tabnew nnoremap w :w nnoremap l :BuffergatorMruCycleNext nnoremap h :BuffergatorMruCyclePrev -nnoremap gp GitGutterPreviewHunk -nnoremap gu GitGutterUndoHunk +nnoremap gp (GitGutterPreviewHunk) +nnoremap gu (GitGutterUndoHunk) "nnoremap gs GitGutterStageHunk nnoremap T T:NvimTreeFocus nnoremap gd :Git diff :0