Browse Source

moving profile correct, minor changes

master
TiynGER 9 months ago
parent
commit
c64e6b5b7c
5 changed files with 13 additions and 4 deletions
  1. +1
    -1
      .bash_profile
  2. +10
    -1
      .config/nvim/init.vim
  3. +1
    -0
      .config/xorg/Xdefaults
  4. +0
    -1
      .config/zsh/.zshrc
  5. +1
    -1
      .zprofile

+ 1
- 1
.bash_profile

@ -1 +1 @@
.config/profile
.profile

+ 10
- 1
.config/nvim/init.vim

@ -104,15 +104,24 @@ autocmd BufWritePre * %s/\s\+$//e
" Plugin section " Plugin section
call plug#begin('~/.config/nvim/plugged') call plug#begin('~/.config/nvim/plugged')
Plug 'donRaphaco/neotex', { 'for': 'tex'}
" Autocorrect
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
" Latex Upgrades
Plug 'donRaphaco/neotex', { 'for': 'tex'}
Plug 'lervag/vimtex', {'for': 'tex'} Plug 'lervag/vimtex', {'for': 'tex'}
" Java Upgrades
Plug 'artur-shaik/vim-javacomplete2' Plug 'artur-shaik/vim-javacomplete2'
" Indexing and Overview tools
Plug 'preservim/nerdtree' Plug 'preservim/nerdtree'
Plug 'majutsushi/tagbar' Plug 'majutsushi/tagbar'
" Git Upgrades
Plug 'airblade/vim-gitgutter' Plug 'airblade/vim-gitgutter'
" Use Vim together
Plug 'FredKSchott/CoVim' Plug 'FredKSchott/CoVim'
" Bulk Renamer
Plug 'qpkorr/vim-renamer' Plug 'qpkorr/vim-renamer'
" Python3 Upgrades
Plug 'zchee/deoplete-jedi'
call plug#end() call plug#end()
"tagbar "tagbar
map <F3> :TagbarToggle<CR> map <F3> :TagbarToggle<CR>

+ 1
- 0
.config/xorg/Xdefaults

@ -1,5 +1,6 @@
! st.termname: st-256color ! st.termname: st-256color
st.borderpx: 2 st.borderpx: 2
st.face: mono
Xft.antialias: true Xft.antialias: true
Xft.hinting: true Xft.hinting: true

+ 0
- 1
.config/zsh/.zshrc

@ -52,7 +52,6 @@ RPROMPT='%B%{$fg[magenta]%}$vcs_info_msg_0_%{$reset_color%}%b'
# History in cache directory # History in cache directory
HISTSIZE=10000 HISTSIZE=10000
SAVEHIST=10000 SAVEHIST=10000
HISTFILE=~/.cache/shhistory
# Basic auto/tab complete # Basic auto/tab complete
autoload -U compinit autoload -U compinit

+ 1
- 1
.zprofile

@ -1 +1 @@
.config/profile
.profile

Loading…
Cancel
Save