]> git.zndr.dk Git - vimfiles.git/commitdiff
Recover previm
authorJannik ZANDER <jannikz@gmail.com>
Fri, 10 Aug 2018 14:43:35 +0000 (16:43 +0200)
committerJannik ZANDER <jannikz@gmail.com>
Fri, 10 Aug 2018 14:43:35 +0000 (16:43 +0200)
.gitmodules
pack/markdown/start/previm [deleted submodule]
vimrc

index aef8e264bde83aaf521c1357e45025b503ea1e58..34a6da0e82ff60058c2a7d297fdb903b5c74e8a6 100644 (file)
@@ -88,9 +88,6 @@
 [submodule "pack/async/start/gen_tags.vim"]
        path = pack/async/opt/gen_tags.vim
        url = https://github.com/jsfaint/gen_tags.vim.git
-[submodule "pack/markdown/opt/previm"]
-       path = pack/markdown/start/previm
-       url = https://github.com/previm/previm.git
 [submodule "pack/markdown/start/open-browser.vim"]
        path = pack/markdown/start/open-browser.vim
        url = https://github.com/tyru/open-browser.vim.git
diff --git a/pack/markdown/start/previm b/pack/markdown/start/previm
deleted file mode 160000 (submodule)
index 6ab010b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 6ab010bd5a76afcd3772559bc78e76edcd0107d0
diff --git a/vimrc b/vimrc
index 76284443fad9e2a02332e6ec8d872214171be2e8..32e441e422df0cba593bd6bbf027d22c175cf74e 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -1,4 +1,4 @@
-;" Use :help 'option' to see the documentation for the given option.
+" Use :help 'option' to see the documentation for the given option.
 set nocompatible
 filetype plugin indent on
 syntax on
@@ -103,18 +103,16 @@ set fileformats=unix,dos,mac
 set fileignorecase
 
 " colors
-set t_Co=256
 set background=dark
+set t_Co=256
 set cursorline
 set cursorcolumn
+highlight Cursorline cterm=NONE ctermbg=darkgrey
+highlight Cursorcolumn ctermbg=darkgrey
 highlight linenr ctermfg=grey
+highlight! link folded normal
 highlight BadWhitespace ctermfg=red
 match BadWhitespace /\s\+$/
-"highlight Cursorline cterm=NONE ctermbg=darkgrey
-"highlight Cursorcolumn ctermbg=darkgrey
-highlight Cursorline ctermfg=NONE ctermbg=darkgrey
-highlight Cursorcolumn ctermbg=darkgrey
-highligh! link folded normal
 
 " fonts and chars
 set list
@@ -174,8 +172,7 @@ cnoreabbrev w!!      w !sudo tee "%"
 
 " Functions
 
-" grep
-" file:line:coloumn:message
+" grep        file:line:coloumn:message
 set grepformat^=%f:%l:%c:%m
 set grepprg=ag\ --vimgrep\ --skip-vcs-ignores\ --path-to-ignore\ ~/.ignore\ --cpp\ --cc
 command! -nargs=1 Ngrep lvimgrep "<args>" $HOME/cloud/Notes/**/*.md
@@ -206,7 +203,15 @@ endfunction
 
 " Autocommands
 if has('autocmd')
-  augroup tabstospaces 
+  augroup filetypes 
+  autocmd!
+  autocmd BufNewFile,BufRead *.{md,mdwn,mkd,mkdn,mark*} set filetype=markdown
+  autocmd BufNewfile,BufRead *.gradle                   set filetype=groovy
+  autocmd BufNewfile,BufRead *.json                     set filetype=json
+  autocmd BufNewfile,BufRead *.yml                      set filetype=yaml
+  augroup end
+
+  augroup formats
   autocmd!
   autocmd FileType c      setlocal expandtab softtabstop=2 shiftwidth=2
   autocmd FileType cpp    setlocal expandtab softtabstop=2 shiftwidth=2
@@ -217,14 +222,6 @@ if has('autocmd')
   autocmd FileType netrw  setlocal bufhidden=wipe
   augroup end
 
-  augroup filetypes 
-  autocmd!
-  autocmd BufNewFile,BufRead *.{md,mdwn,mkd,mkdn,mark*} set filetype=markdown
-  autocmd BufNewfile,BufRead *.gradle                   set filetype=groovy
-  autocmd BufNewfile,BufRead *.json                     set filetype=json
-  autocmd BufNewfile,BufRead *.yml                      set filetype=yaml
-  augroup end
-  
   augroup saveall
   autocmd!
   autocmd FocusLost * silent! wa
@@ -242,6 +239,7 @@ if has('autocmd')
   augroup end
 
   augroup quickfix
+  autocmd!
 "  autocmd QuickFixCmdPost [^l]* nested cwindow
 "  autocmd QuickFixCmdPost l*    nested lwindow 
   autocmd QuickFixCmdPost * call asyncrun#quickfix_toggle(8, 1)
@@ -335,7 +333,6 @@ nnoremap <silent><Leader>pb :call PickBuffer()<CR>
 nnoremap <silent><Leader>pt :call PickTag()<CR>
 let g:pick_height = 10
 
-
 " deoplete
 set pyx=3
 set pyxversion=3