mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-02 09:27:44 +02:00
moving profile correct, minor changes
This commit is contained in:
parent
e847692a01
commit
6b07c9d223
@ -1 +1 @@
|
|||||||
.config/profile
|
.profile
|
@ -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,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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user