summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-04-19 15:24:25 +0100
committerUrbain Vaes <urbain@vaes.uk>2016-04-19 15:24:25 +0100
commite146e947c52ac4adbe426b3f893faff1e46ed5f8 (patch)
tree1605bf4eb78cc619988c92632f3cee2a56143fd5 /vim
parent83bd503208d45fa837348441196dd07223b13e3e (diff)
Use GNU stow for dotfiles management
Diffstat (limited to 'vim')
l---------vim/.config/nvim1
-rw-r--r--vim/.init.vim-rplugin~9
-rw-r--r--vim/.vim/.gitignore4
-rw-r--r--vim/.vim/.init.vim-rplugin~12
-rw-r--r--vim/.vim/after/ftplugin/freefem/folding.vim (renamed from vim/after/ftplugin/freefem/folding.vim)0
-rw-r--r--vim/.vim/after/ftplugin/tex/mappings.vim (renamed from vim/after/ftplugin/tex/mappings.vim)0
-rw-r--r--vim/.vim/after/ftplugin/tex/unilatex.vim (renamed from vim/after/ftplugin/tex/unilatex.vim)0
-rw-r--r--vim/.vim/after/ftplugin/vim/folding.vim (renamed from vim/after/ftplugin/vim/folding.vim)0
l---------vim/.vim/autoload/plug.vim (renamed from vim/autoload/plug.vim)0
-rw-r--r--vim/.vim/colors/mine.vim (renamed from vim/colors/mine.vim)0
l---------vim/.vim/init.vim1
l---------vim/.vim/mySnippets1
-rw-r--r--vim/.vimrc (renamed from vim/vimrc)4
l---------vim/init.vim1
l---------vim/mySnippets1
-rw-r--r--vim/spell/en.utf-8.add28
-rw-r--r--vim/spell/en.utf-8.add.splbin462 -> 0 bytes
-rw-r--r--vim/spell/en.utf-8.splbin570549 -> 0 bytes
-rw-r--r--vim/spell/en.utf-8.sugbin556477 -> 0 bytes
-rw-r--r--vim/vimundo/.gitkeep0
20 files changed, 22 insertions, 40 deletions
diff --git a/vim/.config/nvim b/vim/.config/nvim
new file mode 120000
index 0000000..815cbcc
--- /dev/null
+++ b/vim/.config/nvim
@@ -0,0 +1 @@
+../.vim \ No newline at end of file
diff --git a/vim/.init.vim-rplugin~ b/vim/.init.vim-rplugin~
deleted file mode 100644
index 98ed46e..0000000
--- a/vim/.init.vim-rplugin~
+++ /dev/null
@@ -1,9 +0,0 @@
-" python3 plugins
-call remote#host#RegisterPlugin('python3', '/home/urbain/.vim/plugged/deoplete.nvim/rplugin/python3/deoplete.py', [
- \ {'sync': 1, 'name': '_deoplete', 'opts': {}, 'type': 'function'},
- \ ])
-
-
-" python plugins
-
-
diff --git a/vim/.vim/.gitignore b/vim/.vim/.gitignore
new file mode 100644
index 0000000..ea8b046
--- /dev/null
+++ b/vim/.vim/.gitignore
@@ -0,0 +1,4 @@
+.netrwhist
+plugged
+vim-plug
+vimundo/*
diff --git a/vim/.vim/.init.vim-rplugin~ b/vim/.vim/.init.vim-rplugin~
new file mode 100644
index 0000000..e1137d2
--- /dev/null
+++ b/vim/.vim/.init.vim-rplugin~
@@ -0,0 +1,12 @@
+" python3 plugins
+call remote#host#RegisterPlugin('python3', '/home/urbain/.vim/plugged/deoplete.nvim/rplugin/python3/deoplete', [
+ \ {'sync': 1, 'name': '_deoplete', 'type': 'function', 'opts': {}},
+ \ ])
+
+
+" ruby plugins
+
+
+" python plugins
+
+
diff --git a/vim/after/ftplugin/freefem/folding.vim b/vim/.vim/after/ftplugin/freefem/folding.vim
index 7d2f6fd..7d2f6fd 100644
--- a/vim/after/ftplugin/freefem/folding.vim
+++ b/vim/.vim/after/ftplugin/freefem/folding.vim
diff --git a/vim/after/ftplugin/tex/mappings.vim b/vim/.vim/after/ftplugin/tex/mappings.vim
index 1c4625d..1c4625d 100644
--- a/vim/after/ftplugin/tex/mappings.vim
+++ b/vim/.vim/after/ftplugin/tex/mappings.vim
diff --git a/vim/after/ftplugin/tex/unilatex.vim b/vim/.vim/after/ftplugin/tex/unilatex.vim
index 69358fc..69358fc 100644
--- a/vim/after/ftplugin/tex/unilatex.vim
+++ b/vim/.vim/after/ftplugin/tex/unilatex.vim
diff --git a/vim/after/ftplugin/vim/folding.vim b/vim/.vim/after/ftplugin/vim/folding.vim
index 1454cbe..1454cbe 100644
--- a/vim/after/ftplugin/vim/folding.vim
+++ b/vim/.vim/after/ftplugin/vim/folding.vim
diff --git a/vim/autoload/plug.vim b/vim/.vim/autoload/plug.vim
index 6c4bafe..6c4bafe 120000
--- a/vim/autoload/plug.vim
+++ b/vim/.vim/autoload/plug.vim
diff --git a/vim/colors/mine.vim b/vim/.vim/colors/mine.vim
index 25d8a97..25d8a97 100644
--- a/vim/colors/mine.vim
+++ b/vim/.vim/colors/mine.vim
diff --git a/vim/.vim/init.vim b/vim/.vim/init.vim
new file mode 120000
index 0000000..f67022e
--- /dev/null
+++ b/vim/.vim/init.vim
@@ -0,0 +1 @@
+../.vimrc \ No newline at end of file
diff --git a/vim/.vim/mySnippets b/vim/.vim/mySnippets
new file mode 120000
index 0000000..ad5268e
--- /dev/null
+++ b/vim/.vim/mySnippets
@@ -0,0 +1 @@
+../../../personal/vim/mySnippets \ No newline at end of file
diff --git a/vim/vimrc b/vim/.vimrc
index c91a1ac..0132d45 100644
--- a/vim/vimrc
+++ b/vim/.vimrc
@@ -17,6 +17,7 @@ let g:localvimrc_sandbox = 0
Plug 'gregsexton/gitv', { 'on' : 'Gitv' }
Plug 'honza/vim-snippets'
Plug 'jamessan/vim-gnupg'
+Plug 'junegunn/goyo.vim'
Plug 'junegunn/fzf.vim'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
let g:fzf_buffers_jump = 1
@@ -43,6 +44,8 @@ Plug 'junegunn/seoul256.vim'
Plug 'junegunn/vim-easy-align'
xmap ga <Plug>(EasyAlign)
nmap ga <Plug>(EasyAlign)
+xmap gl <Plug>(LiveEasyAlign)
+nmap gl <Plug>(LiveEasyAlign)
Plug 'junegunn/vim-peekaboo'
Plug 'junegunn/vim-pseudocl'
@@ -273,7 +276,6 @@ nnoremap Q :bd!<cr>
nnoremap <Leader>w :w<cr>
nnoremap <Leader>q :q!<cr>
nnoremap <LocalLeader>h :e %:p:s,.hpp$,.X123X,:s,.cpp$,.hpp,:s,.X123X$,.cpp,<CR>
-nnoremap gm :Make<cr>
nnoremap J mzJ`z
nnoremap Y y$
nnoremap + za
diff --git a/vim/init.vim b/vim/init.vim
deleted file mode 120000
index c9a3c9c..0000000
--- a/vim/init.vim
+++ /dev/null
@@ -1 +0,0 @@
-vimrc \ No newline at end of file
diff --git a/vim/mySnippets b/vim/mySnippets
deleted file mode 120000
index ccab7d4..0000000
--- a/vim/mySnippets
+++ /dev/null
@@ -1 +0,0 @@
-../personal/vim/mySnippets \ No newline at end of file
diff --git a/vim/spell/en.utf-8.add b/vim/spell/en.utf-8.add
deleted file mode 100644
index 460c1ea..0000000
--- a/vim/spell/en.utf-8.add
+++ /dev/null
@@ -1,28 +0,0 @@
-Plugin
-Colorscheme
-vim
-multiscale
-SDEs
-SPDEs
-Abdulle
-Pavliotis
-Ornstein
-Uhlenbeck
-MRes
-Galerkin
-ODEs
-PDEs
-Kolmogorov
-SDE
-Maruyama
-advective
-eqref
-Milgram
-Cea's
-Lyapunov
-Gnuplot
-Cholesky
-Assyr
-EPFL
-SymPy
-CMake
diff --git a/vim/spell/en.utf-8.add.spl b/vim/spell/en.utf-8.add.spl
deleted file mode 100644
index a300e1e..0000000
--- a/vim/spell/en.utf-8.add.spl
+++ /dev/null
Binary files differ
diff --git a/vim/spell/en.utf-8.spl b/vim/spell/en.utf-8.spl
deleted file mode 100644
index a41bf79..0000000
--- a/vim/spell/en.utf-8.spl
+++ /dev/null
Binary files differ
diff --git a/vim/spell/en.utf-8.sug b/vim/spell/en.utf-8.sug
deleted file mode 100644
index b82667d..0000000
--- a/vim/spell/en.utf-8.sug
+++ /dev/null
Binary files differ
diff --git a/vim/vimundo/.gitkeep b/vim/vimundo/.gitkeep
deleted file mode 100644
index e69de29..0000000
--- a/vim/vimundo/.gitkeep
+++ /dev/null