From c64e6b5b7c655abbc903dd1db47776eb50a64f38 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 24 Mar 2020 20:29:08 +0100 Subject: [PATCH] moving profile correct, minor changes --- .bash_profile | 2 +- .config/nvim/init.vim | 11 ++++++++++- .config/xorg/Xdefaults | 1 + .config/zsh/.zshrc | 1 - .zprofile | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.bash_profile b/.bash_profile index b86175e..aa7da3a 120000 --- a/.bash_profile +++ b/.bash_profile @@ -1 +1 @@ -.config/profile \ No newline at end of file +.profile \ No newline at end of file diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index d66e87f..f46eafc 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -104,15 +104,24 @@ autocmd BufWritePre * %s/\s\+$//e " Plugin section call plug#begin('~/.config/nvim/plugged') -Plug 'donRaphaco/neotex', { 'for': 'tex'} +" Autocorrect Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } +" Latex Upgrades +Plug 'donRaphaco/neotex', { 'for': 'tex'} Plug 'lervag/vimtex', {'for': 'tex'} +" Java Upgrades Plug 'artur-shaik/vim-javacomplete2' +" Indexing and Overview tools Plug 'preservim/nerdtree' Plug 'majutsushi/tagbar' +" Git Upgrades Plug 'airblade/vim-gitgutter' +" Use Vim together Plug 'FredKSchott/CoVim' +" Bulk Renamer Plug 'qpkorr/vim-renamer' +" Python3 Upgrades +Plug 'zchee/deoplete-jedi' call plug#end() "tagbar map :TagbarToggle diff --git a/.config/xorg/Xdefaults b/.config/xorg/Xdefaults index 776f229..f4e8d36 100644 --- a/.config/xorg/Xdefaults +++ b/.config/xorg/Xdefaults @@ -1,5 +1,6 @@ ! st.termname: st-256color st.borderpx: 2 +st.face: mono Xft.antialias: true Xft.hinting: true diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 792125c..05b94f3 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -52,7 +52,6 @@ RPROMPT='%B%{$fg[magenta]%}$vcs_info_msg_0_%{$reset_color%}%b' # History in cache directory HISTSIZE=10000 SAVEHIST=10000 -HISTFILE=~/.cache/shhistory # Basic auto/tab complete autoload -U compinit diff --git a/.zprofile b/.zprofile index b86175e..aa7da3a 120000 --- a/.zprofile +++ b/.zprofile @@ -1 +1 @@ -.config/profile \ No newline at end of file +.profile \ No newline at end of file