aboutsummaryrefslogtreecommitdiffhomepage
path: root/.vim/my/after
diff options
context:
space:
mode:
Diffstat (limited to '.vim/my/after')
-rw-r--r--.vim/my/after/ftplugin/c.vim20
-rw-r--r--.vim/my/after/ftplugin/cmake.vim16
-rw-r--r--.vim/my/after/ftplugin/cpp.vim20
-rw-r--r--.vim/my/after/ftplugin/css.vim16
-rw-r--r--.vim/my/after/ftplugin/gitcommit.vim14
-rw-r--r--.vim/my/after/ftplugin/go.vim17
-rw-r--r--.vim/my/after/ftplugin/haskell.vim22
-rw-r--r--.vim/my/after/ftplugin/html.vim16
-rw-r--r--.vim/my/after/ftplugin/javascript.vim16
-rw-r--r--.vim/my/after/ftplugin/json.vim16
-rw-r--r--.vim/my/after/ftplugin/lisp.vim16
-rw-r--r--.vim/my/after/ftplugin/lua.vim16
-rw-r--r--.vim/my/after/ftplugin/markdown.vim18
-rw-r--r--.vim/my/after/ftplugin/php.vim30
-rw-r--r--.vim/my/after/ftplugin/python.vim21
-rw-r--r--.vim/my/after/ftplugin/qf.vim40
-rw-r--r--.vim/my/after/ftplugin/ruby.vim19
-rw-r--r--.vim/my/after/ftplugin/toml.vim16
-rw-r--r--.vim/my/after/ftplugin/typescript.vim16
-rw-r--r--.vim/my/after/ftplugin/vim.vim22
-rw-r--r--.vim/my/after/ftplugin/yaml.vim16
-rw-r--r--.vim/my/after/syntax/json.vim23
-rw-r--r--.vim/my/after/syntax/python.vim19
-rw-r--r--.vim/my/after/syntax/vim.vim30
24 files changed, 0 insertions, 475 deletions
diff --git a/.vim/my/after/ftplugin/c.vim b/.vim/my/after/ftplugin/c.vim
deleted file mode 100644
index 12de33e..0000000
--- a/.vim/my/after/ftplugin/c.vim
+++ /dev/null
@@ -1,20 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_c_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=4
-FtpluginSetLocal softtabstop=4
-FtpluginSetLocal cinoptions=:0,l1
-
-let g:c_comment_strings = v:true
-let g:c_space_errors = v:true
-
-
-
-let b:did_ftplugin_c_after = 1
diff --git a/.vim/my/after/ftplugin/cmake.vim b/.vim/my/after/ftplugin/cmake.vim
deleted file mode 100644
index b4f5591..0000000
--- a/.vim/my/after/ftplugin/cmake.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_cmake_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-
-
-let b:did_ftplugin_cmake_after = 1 \ No newline at end of file
diff --git a/.vim/my/after/ftplugin/cpp.vim b/.vim/my/after/ftplugin/cpp.vim
deleted file mode 100644
index 13c0374..0000000
--- a/.vim/my/after/ftplugin/cpp.vim
+++ /dev/null
@@ -1,20 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_cpp_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=4
-FtpluginSetLocal softtabstop=4
-FtpluginSetLocal cinoptions=:0,l1,g0,N-s
-
-let g:c_comment_strings = v:true
-let g:c_space_errors = v:true
-
-
-
-let b:did_ftplugin_cpp_after = 1 \ No newline at end of file
diff --git a/.vim/my/after/ftplugin/css.vim b/.vim/my/after/ftplugin/css.vim
deleted file mode 100644
index e4743e8..0000000
--- a/.vim/my/after/ftplugin/css.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_css_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-
-
-let b:did_ftplugin_css_after = 1
diff --git a/.vim/my/after/ftplugin/gitcommit.vim b/.vim/my/after/ftplugin/gitcommit.vim
deleted file mode 100644
index 915a193..0000000
--- a/.vim/my/after/ftplugin/gitcommit.vim
+++ /dev/null
@@ -1,14 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_gitcommit_after')
- finish
-endif
-
-
-
-FtpluginSetLocal spell
-
-
-
-let b:did_ftplugin_gitcommit_after = 1
diff --git a/.vim/my/after/ftplugin/go.vim b/.vim/my/after/ftplugin/go.vim
deleted file mode 100644
index 54aa34b..0000000
--- a/.vim/my/after/ftplugin/go.vim
+++ /dev/null
@@ -1,17 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_go_after')
- finish
-endif
-
-
-
-FtpluginSetLocal noexpandtab
-FtpluginSetLocal shiftwidth=4
-FtpluginSetLocal softtabstop=4
-FtpluginSetLocal tabstop=4
-
-
-
-let b:did_ftplugin_go_after = 1 \ No newline at end of file
diff --git a/.vim/my/after/ftplugin/haskell.vim b/.vim/my/after/ftplugin/haskell.vim
deleted file mode 100644
index 676dcce..0000000
--- a/.vim/my/after/ftplugin/haskell.vim
+++ /dev/null
@@ -1,22 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_haskell_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=4
-FtpluginSetLocal softtabstop=4
-
-let g:hs_highlight_boolean = v:true
-let g:hs_highlight_types = v:true
-let g:hs_highlight_more_types = v:true
-let g:hs_highlight_debug = v:true
-let g:hs_allow_hash_operator = v:true
-
-
-
-let b:did_ftplugin_haskell_after = 1
diff --git a/.vim/my/after/ftplugin/html.vim b/.vim/my/after/ftplugin/html.vim
deleted file mode 100644
index a7b36ad..0000000
--- a/.vim/my/after/ftplugin/html.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_html_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-
-
-let b:did_ftplugin_html_after = 1 \ No newline at end of file
diff --git a/.vim/my/after/ftplugin/javascript.vim b/.vim/my/after/ftplugin/javascript.vim
deleted file mode 100644
index a79e644..0000000
--- a/.vim/my/after/ftplugin/javascript.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_javascript_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-
-
-let b:did_ftplugin_javascript_after = 1
diff --git a/.vim/my/after/ftplugin/json.vim b/.vim/my/after/ftplugin/json.vim
deleted file mode 100644
index 9886a95..0000000
--- a/.vim/my/after/ftplugin/json.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_json_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-
-
-let b:did_ftplugin_json_after = 1
diff --git a/.vim/my/after/ftplugin/lisp.vim b/.vim/my/after/ftplugin/lisp.vim
deleted file mode 100644
index 13c1abc..0000000
--- a/.vim/my/after/ftplugin/lisp.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_lisp_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-
-
-let b:did_ftplugin_lisp_after = 1
diff --git a/.vim/my/after/ftplugin/lua.vim b/.vim/my/after/ftplugin/lua.vim
deleted file mode 100644
index d0eb8b2..0000000
--- a/.vim/my/after/ftplugin/lua.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_lua_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=3
-FtpluginSetLocal softtabstop=3
-
-
-
-let b:did_ftplugin_lua_after = 1
diff --git a/.vim/my/after/ftplugin/markdown.vim b/.vim/my/after/ftplugin/markdown.vim
deleted file mode 100644
index 36791bc..0000000
--- a/.vim/my/after/ftplugin/markdown.vim
+++ /dev/null
@@ -1,18 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_markdown_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=4
-FtpluginSetLocal softtabstop=4
-
-let g:markdown_syntax_conceal = v:false
-
-
-
-let b:did_ftplugin_markdown_after = 1
diff --git a/.vim/my/after/ftplugin/php.vim b/.vim/my/after/ftplugin/php.vim
deleted file mode 100644
index ec7fd3e..0000000
--- a/.vim/my/after/ftplugin/php.vim
+++ /dev/null
@@ -1,30 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_php_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-
-
-" If a buffer is empty, insert `<?php` tag and 2 blank lines, and position the
-" cursor at the end of the buffer (line 3, column 0).
-"
-" Example:
-" <?php
-"
-" [cursor]
-if line('$') ==# 1 && empty(getline(1))
- call setline(1, ['<?php', '', ''])
- call cursor(3, 0)
-endif
-
-
-
-let b:did_ftplugin_php_after = 1
diff --git a/.vim/my/after/ftplugin/python.vim b/.vim/my/after/ftplugin/python.vim
deleted file mode 100644
index edeac06..0000000
--- a/.vim/my/after/ftplugin/python.vim
+++ /dev/null
@@ -1,21 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_python_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=4
-FtpluginSetLocal softtabstop=4
-
-let g:python_highlight_all = v:true
-
-" Overrides the default value: shiftwidth()*2
-let g:pyindent_continue = shiftwidth()
-
-
-
-let b:did_ftplugin_python_after = 1 \ No newline at end of file
diff --git a/.vim/my/after/ftplugin/qf.vim b/.vim/my/after/ftplugin/qf.vim
deleted file mode 100644
index 364759c..0000000
--- a/.vim/my/after/ftplugin/qf.vim
+++ /dev/null
@@ -1,40 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_qf_after')
- finish
-endif
-
-
-
-nnoremap <buffer> p <Return>zz<C-w>p
-nnoremap <silent> <buffer> dd :call <SID>del_entry()<Return>
-xnoremap <silent> <buffer> d :call <SID>del_entry()<Return>
-nnoremap <silent> <buffer> u :<C-u>call <SID>undo_entry()<Return>
-
-
-if exists('*s:undo_entry')
- finish
-endif
-
-
-function! s:undo_entry()
- let history = get(w:, 'qf_history', [])
- if !empty(history)
- call setqflist(remove(history, -1), 'r')
- endif
-endfunction
-
-function! s:del_entry() range
- let qf = getqflist()
- let history = get(w:, 'qf_history', [])
- call add(history, copy(qf))
- let w:qf_history = history
- unlet! qf[a:firstline - 1 : a:lastline - 1]
- call setqflist(qf, 'r')
- execute a:firstline
-endfunction
-
-
-
-let b:did_ftplugin_qf_after = 1
diff --git a/.vim/my/after/ftplugin/ruby.vim b/.vim/my/after/ftplugin/ruby.vim
deleted file mode 100644
index 4d246e8..0000000
--- a/.vim/my/after/ftplugin/ruby.vim
+++ /dev/null
@@ -1,19 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_ruby_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-let g:ruby_operators = v:true
-let g:ruby_space_errors = v:true
-
-
-
-let b:did_ftplugin_ruby_after = 1
diff --git a/.vim/my/after/ftplugin/toml.vim b/.vim/my/after/ftplugin/toml.vim
deleted file mode 100644
index 84f6ca7..0000000
--- a/.vim/my/after/ftplugin/toml.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_toml_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-
-
-let b:did_ftplugin_toml_after = 1
diff --git a/.vim/my/after/ftplugin/typescript.vim b/.vim/my/after/ftplugin/typescript.vim
deleted file mode 100644
index cdb1674..0000000
--- a/.vim/my/after/ftplugin/typescript.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_typescript_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-
-
-let b:did_ftplugin_typescript_after = 1
diff --git a/.vim/my/after/ftplugin/vim.vim b/.vim/my/after/ftplugin/vim.vim
deleted file mode 100644
index 1ffa6a3..0000000
--- a/.vim/my/after/ftplugin/vim.vim
+++ /dev/null
@@ -1,22 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_vim_after')
- finish
-endif
-
-
-
-FtpluginSetLocal colorcolumn=+1
-FtpluginSetLocal expandtab
-FtpluginSetLocal iskeyword-=#
-FtpluginSetLocal keywordprg=:help
-FtpluginSetLocal shiftwidth=4
-FtpluginSetLocal softtabstop=4
-FtpluginSetLocal textwidth=78
-
-let g:vim_indent_cont = 4
-
-
-
-let b:did_ftplugin_vim_after = 1 \ No newline at end of file
diff --git a/.vim/my/after/ftplugin/yaml.vim b/.vim/my/after/ftplugin/yaml.vim
deleted file mode 100644
index 5b4734e..0000000
--- a/.vim/my/after/ftplugin/yaml.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_yaml_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=2
-FtpluginSetLocal softtabstop=2
-
-
-
-let b:did_ftplugin_yaml_after = 1
diff --git a/.vim/my/after/syntax/json.vim b/.vim/my/after/syntax/json.vim
deleted file mode 100644
index 0d2651e..0000000
--- a/.vim/my/after/syntax/json.vim
+++ /dev/null
@@ -1,23 +0,0 @@
-scriptencoding utf-8
-
-if exists("b:current_syntax_my_json")
- finish
-endif
-
-if b:current_syntax !=# 'json'
- finish
-endif
-
-
-" $VIMRUNTIME/syntax/json.vim
-" Language: JSON
-" Maintainer: Eli Parra <eli@elzr.com>
-" Last Change: 2014 Aug 23
-" Version: 0.12
-" Overwrite syntax by non-conceal version even if 'conceal' is enabled.
-syn region jsonString oneline matchgroup=jsonQuote start=/"/ skip=/\\\\\|\\"/ end=/"/ contains=jsonEscape contained
-syn region jsonKeyword matchgroup=jsonQuote start=/"/ end=/"\ze[[:blank:]\r\n]*\:/ contained
-
-
-
-let b:current_syntax_my_json = 1
diff --git a/.vim/my/after/syntax/python.vim b/.vim/my/after/syntax/python.vim
deleted file mode 100644
index 834ab1f..0000000
--- a/.vim/my/after/syntax/python.vim
+++ /dev/null
@@ -1,19 +0,0 @@
-scriptencoding utf-8
-
-
-if exists("b:current_syntax_my_python")
- finish
-endif
-
-if b:current_syntax !=# 'python'
- finish
-endif
-
-
-
-" Highlight "self".
-syn keyword pythonSelf self
-hi default link pythonSelf Identifier
-
-
-let b:current_syntax_my_python = 1
diff --git a/.vim/my/after/syntax/vim.vim b/.vim/my/after/syntax/vim.vim
deleted file mode 100644
index a6b0d31..0000000
--- a/.vim/my/after/syntax/vim.vim
+++ /dev/null
@@ -1,30 +0,0 @@
-scriptencoding utf-8
-
-
-if exists("b:current_syntax_my_vim")
- finish
-endif
-
-if b:current_syntax !=# 'vim'
- finish
-endif
-
-
-
-" Tags
-syn match vimrcDocTagFollowingName /@\(param\|var\|const\|field\)/ contained skipwhite nextgroup=vimrcDocName,vimrcDocName2
-syn match vimrcDocTagFollowingType /@\(return\|class\|ctor\|method\|type\)/ contained skipwhite nextgroup=vimrcDocType
-syn match vimrcDocName /\w\+/ contained skipwhite nextgroup=vimrcDocType
-syn match vimrcDocName2 /\[\w\+\]/hs=s+1,he=e-1 contained skipwhite nextgroup=vimrcDocType
-syn match vimrcDocType /(\w\+)/hs=s+1,he=e-1 contained skipwhite nextgroup=vimrcDocType
-
-syn cluster vimCommentGroup add=vimrcDocTagFollowingName,vimrcDocTagFollowingType
-
-hi def link vimrcDocTagFollowingName Statement
-hi def link vimrcDocTagFollowingType Statement
-hi def link vimrcDocName Identifier
-hi def link vimrcDocName2 Identifier
-hi def link vimrcDocType Type
-
-
-let b:current_syntax_my_vim = 1