hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1c1d59ac06c014de570092472146e6f5c96bd679 | 7,042 | vim | VimL | after/plugin/select_more.vim | habamax/vim-select-more | a5d29a3104e722df2cef4bc01b1574e112843ef3 | [
"MIT"
] | 3 | 2020-11-14T07:10:52.000Z | 2021-07-14T07:34:50.000Z | after/plugin/select_more.vim | habamax/vim-select-more | a5d29a3104e722df2cef4bc01b1574e112843ef3 | [
"MIT"
] | 1 | 2020-11-11T08:45:30.000Z | 2020-11-11T10:47:40.000Z | after/plugin/select_more.vim | habamax/vim-select-more | a5d29a3104e722df2cef4bc01b1574e112843ef3 | [
"MIT"
] | null | null | null | if !exists('g:loaded_select')
finish
endif
nnoremap <silent> <Plug>(SelectHighlight) :Select highlight<CR>
nnoremap <silent> <Plug>(SelectCmdHistory) :Select cmdhistory<CR>
nnoremap <silent> <Plug>(SelectBufDef) :Select bufdef<CR>
nnoremap <silent> <Plug>(SelectCmd) :Select command<CR>
nnoremap <silent> <Plug>(Sel... | 30.617391 | 122 | 0.549844 |
110b8404604b39a4902f359e1524fa68839d898b | 180 | vim | VimL | function-test.vim | gkeary/vim-gregg | fee39def5058b6b971f36535a151c3c8d5769923 | [
"MIT"
] | null | null | null | function-test.vim | gkeary/vim-gregg | fee39def5058b6b971f36535a151c3c8d5769923 | [
"MIT"
] | null | null | null | function-test.vim | gkeary/vim-gregg | fee39def5058b6b971f36535a151c3c8d5769923 | [
"MIT"
] | null | null | null | "Vimscript functions MUST start with a capital letter if they are unscoped!
function Meow()!
echom "Meow!"
endfunction
function GetMeow()!
return "meo String!"
endfunction
| 16.363636 | 75 | 0.75 |
a0be5c80ec7ce7b56eef58876d76c600582d8016 | 2,080 | vim | VimL | indent/jinja.vim | gabesoft/vim-jinja2-syntax | 6040c1d356a59a260b2ce42d90d088ee9c98fb92 | [
"BSD-3-Clause"
] | null | null | null | indent/jinja.vim | gabesoft/vim-jinja2-syntax | 6040c1d356a59a260b2ce42d90d088ee9c98fb92 | [
"BSD-3-Clause"
] | null | null | null | indent/jinja.vim | gabesoft/vim-jinja2-syntax | 6040c1d356a59a260b2ce42d90d088ee9c98fb92 | [
"BSD-3-Clause"
] | null | null | null | " Vim indent file
" Language: Jinja HTML template
" Maintainer: Evan Hammer <evan@evanhammer.com>
" Last Change: 2013 Jan 26
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
finish
endif
" Use HTML formatting rules for filetypes in `ftdetect/jinja.vim`
if expand('%:e') =~ 'htm\|nunj|... | 25.679012 | 86 | 0.625962 |
965ec894a0e5ffb5d641d7a061a465b75b504a02 | 489 | vim | VimL | NeoVim/config/mappings.vim | AdrianInsua/UltimateShell | 3db824fe23f399bcf57570cd7a30d44661e0a563 | [
"MIT"
] | null | null | null | NeoVim/config/mappings.vim | AdrianInsua/UltimateShell | 3db824fe23f399bcf57570cd7a30d44661e0a563 | [
"MIT"
] | null | null | null | NeoVim/config/mappings.vim | AdrianInsua/UltimateShell | 3db824fe23f399bcf57570cd7a30d44661e0a563 | [
"MIT"
] | null | null | null | let mapleader = " "
set wildcharm=<tab>
" COMMON REMAPS
"
" map escape
imap jj <Esc>
" vim config
nnoremap <silent><Leader>1 :source ~/AppData/Local/nvim/init.vim \| :PlugInstall<CR>
" seach next ocurrence
nmap ss /
" write
nmap <Leader>w :w!<CR>
" close
nmap <C-c> :q!<CR>
" close all
nmap <Leader>qa :qa!<CR>
" Close... | 16.862069 | 84 | 0.687117 |
6dd8b1a6dc2304d6506025e6d9a2c35e2cf58620 | 23,681 | vim | VimL | vim/.vim/bundle/vim-grammarous/autoload/grammarous.vim | PTNobel/dotfiles | 66f3fae729e7098783e044fc32310bb96addadfa | [
"Apache-2.0"
] | 1 | 2017-09-01T06:28:34.000Z | 2017-09-01T06:28:34.000Z | vim/.vim/bundle/vim-grammarous/autoload/grammarous.vim | PTNobel/dotfiles | 66f3fae729e7098783e044fc32310bb96addadfa | [
"Apache-2.0"
] | 1 | 2015-04-19T01:07:10.000Z | 2015-04-19T01:07:10.000Z | vim/.vim/bundle/vim-grammarous/autoload/grammarous.vim | PTNobel/dotfiles | 66f3fae729e7098783e044fc32310bb96addadfa | [
"Apache-2.0"
] | null | null | null | let s:save_cpo = &cpo
set cpo&vim
let s:V = vital#grammarous#new()
let s:XML = s:V.import('Web.XML')
let s:O = s:V.import('OptionParser')
let s:P = s:V.import('Process')
let s:is_cygwin = has('win32unix')
let s:is_windows = has('win32') || has('win64')
let s:job_is_available = has('job') && has('patch-8.0.0027')
let ... | 29.638298 | 142 | 0.618428 |
2e773e16af4cd01ca4a18d2a1ea869b81c6c6d9d | 13,646 | vim | VimL | init.vim | asishallab/neovim_conf | b76e17675aa9cc06333bfaee7e7564897afc17e0 | [
"MIT"
] | null | null | null | init.vim | asishallab/neovim_conf | b76e17675aa9cc06333bfaee7e7564897afc17e0 | [
"MIT"
] | null | null | null | init.vim | asishallab/neovim_conf | b76e17675aa9cc06333bfaee7e7564897afc17e0 | [
"MIT"
] | 1 | 2018-06-14T12:18:53.000Z | 2018-06-14T12:18:53.000Z | set nocompatible " Vim not vi
" The following is needed on some linux distros.
" see http://www.adamlowe.me/2009/12/vim-destroys-all-other-rails-editors.html
filetype off
" Vim-Plug
call plug#begin('~/.nvim/plugged')
Plug 'neovim/nvim-lspconfig'
Plug 'anott03/nvim-lspinstall'
Plug 'nvim-telescope/telescope-fzf-nativ... | 32.260047 | 166 | 0.69383 |
63bdb91acc767ef310dc6113df73580eb14d019d | 2,400 | vim | VimL | autoload/lightline/lsp.vim | watcol/lightline-lsp | da507b1e99db8495fc1034708c053ce991d173da | [
"MIT"
] | null | null | null | autoload/lightline/lsp.vim | watcol/lightline-lsp | da507b1e99db8495fc1034708c053ce991d173da | [
"MIT"
] | null | null | null | autoload/lightline/lsp.vim | watcol/lightline-lsp | da507b1e99db8495fc1034708c053ce991d173da | [
"MIT"
] | null | null | null | let s:ok_symbol = get(g:, 'lightline#lsp#ok_symbol', 'OK')
let s:error_symbol = get(g:, 'lightline#lsp#error_symbol', get(g:lsp_diagnostics_signs_error, 'text', 'E:'))
let s:warning_symbol = get(g:, 'lightline#lsp#warning_symbol', get(g:lsp_diagnostics_signs_warning, 'text', 'W:'))
let s:information_symbol = get(g:, 'l... | 25.531915 | 126 | 0.697917 |
e9227d6d9edd708ed56bd3176d767159c1eaf149 | 518 | vim | VimL | tests/t3370-gQBp-characterwise-separator.vim | inkarkat/vim-UnconditionalPaste | ff6edb237698093f7ada1c636249211e13347181 | [
"Vim"
] | 24 | 2017-07-25T15:15:39.000Z | 2022-01-30T01:13:18.000Z | tests/t3370-gQBp-characterwise-separator.vim | inkarkat/vim-UnconditionalPaste | ff6edb237698093f7ada1c636249211e13347181 | [
"Vim"
] | 2 | 2019-01-04T13:31:36.000Z | 2020-04-19T19:56:35.000Z | tests/t3370-gQBp-characterwise-separator.vim | inkarkat/vim-UnconditionalPaste | ff6edb237698093f7ada1c636249211e13347181 | [
"Vim"
] | 1 | 2019-01-04T09:10:01.000Z | 2019-01-04T09:10:01.000Z | " Test gQBp of a word with separator around without unjoin.
" Tests that no additional separator is inserted at the side with separator.
normal! yy5P
%substitute/\%>2v /\t/g
call SetRegister('"', "FOO", 'v')
3normal! 0f(
normal 1gQBP
normal! j0f(
normal 1gQBp
normal! j0f)
normal 1gQBp
normal! j0f)
normal 1gQBP
" Tes... | 19.185185 | 78 | 0.752896 |
00a6a6468ca89b254004d167068801f1454e9af6 | 49 | vim | VimL | vim/.vim/indent/hack.vim | yichenshen/holocron-configs | 6565bb25127f2066a3d23232ea8d0111edd0caf5 | [
"MIT"
] | 13 | 2015-02-06T07:45:52.000Z | 2022-02-14T07:31:24.000Z | vim/.vim/indent/hack.vim | yichenshen/holocron-configs | 6565bb25127f2066a3d23232ea8d0111edd0caf5 | [
"MIT"
] | null | null | null | vim/.vim/indent/hack.vim | yichenshen/holocron-configs | 6565bb25127f2066a3d23232ea8d0111edd0caf5 | [
"MIT"
] | 1 | 2022-01-09T14:44:09.000Z | 2022-01-09T14:44:09.000Z | set expandtab
set shiftwidth=2
set softtabstop=2
| 12.25 | 17 | 0.836735 |
59757944da8846337f1a4e011cbcc33d8ca11530 | 966 | vim | VimL | plugin/previm.vim | halkn/previm | d405a3c2bf3bd69d947fd1ed0a485e44ea77e91d | [
"BSD-3-Clause"
] | null | null | null | plugin/previm.vim | halkn/previm | d405a3c2bf3bd69d947fd1ed0a485e44ea77e91d | [
"BSD-3-Clause"
] | null | null | null | plugin/previm.vim | halkn/previm | d405a3c2bf3bd69d947fd1ed0a485e44ea77e91d | [
"BSD-3-Clause"
] | null | null | null | " AUTHOR: kanno <akapanna@gmail.com>
" MAINTAINER: previm developers
" License: This file is placed in the public domain.
if exists('g:loaded_previm') && g:loaded_previm
finish
endif
let g:loaded_previm = 1
let s:save_cpo = &cpo
set cpo&vim
function! s:install_previm() abort
augroup Previm
autocmd! * <buffer... | 27.6 | 100 | 0.741201 |
2e0eb21762398e9dba916faaa146dd8ee57e1cb2 | 251 | vim | VimL | plugin/backscratch.vim | Gee19/vim-backscratch | b6acdc06b457cc585ddef649cb6860c9a25cf1de | [
"Apache-2.0"
] | 22 | 2019-11-06T01:46:24.000Z | 2022-02-09T17:10:28.000Z | plugin/backscratch.vim | Gee19/vim-backscratch | b6acdc06b457cc585ddef649cb6860c9a25cf1de | [
"Apache-2.0"
] | null | null | null | plugin/backscratch.vim | Gee19/vim-backscratch | b6acdc06b457cc585ddef649cb6860c9a25cf1de | [
"Apache-2.0"
] | 2 | 2019-12-31T05:25:27.000Z | 2020-03-26T16:05:04.000Z | if exists('g:loaded_backscratch')
finish
endif
let g:loaded_backscratch = 1
command! Scratchify setlocal nobuflisted noswapfile buftype=nofile bufhidden=delete
command! -nargs=* -complete=command Scratch call backscratch#open(<q-mods>, <q-args>)
| 31.375 | 85 | 0.788845 |
b26962362ad1b4e54ddb6e64bf11f05f8b328a26 | 51 | vim | VimL | rc/plugrc/vim-fzy-quick-cmd.vim | MaxMEllon/.vim | 227118487475b0c240126f9bac6b97c6e8a56b2e | [
"MIT"
] | 11 | 2015-09-25T13:21:19.000Z | 2022-03-30T02:55:51.000Z | rc/plugrc/vim-fzy-quick-cmd.vim | MaxMEllon/.vim | 227118487475b0c240126f9bac6b97c6e8a56b2e | [
"MIT"
] | 6 | 2015-05-19T19:12:58.000Z | 2019-08-01T11:00:08.000Z | rc/plugrc/vim-fzy-quick-cmd.vim | MaxMEllon/.vim | 227118487475b0c240126f9bac6b97c6e8a56b2e | [
"MIT"
] | 1 | 2017-11-08T04:58:38.000Z | 2017-11-08T04:58:38.000Z | nmap <Space><Space> <Plug>(vim-fzy-quick-cmd_exec)
| 25.5 | 50 | 0.72549 |
b09b3dfad42fd965195629a988447d44628ab1cc | 6,162 | vim | VimL | plugin/includefixer.vim | vim-scripts/Include-Fixer-for-CCpp | 3dcb29cbc25f31613f3acd02499dd600a2622566 | [
"BSL-1.0"
] | 1 | 2018-11-30T07:54:09.000Z | 2018-11-30T07:54:09.000Z | plugin/includefixer.vim | vim-scripts/Include-Fixer-for-CCpp | 3dcb29cbc25f31613f3acd02499dd600a2622566 | [
"BSL-1.0"
] | null | null | null | plugin/includefixer.vim | vim-scripts/Include-Fixer-for-CCpp | 3dcb29cbc25f31613f3acd02499dd600a2622566 | [
"BSL-1.0"
] | null | null | null | " includefixer.vim - Sorts C/C++ header files categorically
" Maintainer: Deon Poncini
" Version: 0.1
if exists('g:loaded_include_fixer')
finish
endif
let g:loaded_include_fixer = 1
let s:cstd = ["assert",
\ "ctype",
\ "errno",
\ "fenv",
\ "float",
\ "i... | 24.259843 | 74 | 0.485394 |
843d8ddd0b438d49565081ba81015eef5b23e4b4 | 547 | vim | VimL | autoload/fzf_preview/remote/exec_fzf.vim | motephyr/fzf-preview.vim | 749158294d94a9ce696af3ef14f9a1c262001be8 | [
"MIT"
] | null | null | null | autoload/fzf_preview/remote/exec_fzf.vim | motephyr/fzf-preview.vim | 749158294d94a9ce696af3ef14f9a1c262001be8 | [
"MIT"
] | null | null | null | autoload/fzf_preview/remote/exec_fzf.vim | motephyr/fzf-preview.vim | 749158294d94a9ce696af3ef14f9a1c262001be8 | [
"MIT"
] | null | null | null | function! fzf_preview#remote#exec_fzf#exec(command, env, ...) abort
let session_token = get(a:, 1, '')
if a:env ==# 'remote'
if session_token !=# ''
execute a:command . ' --session=' . session_token
else
execute a:command
endif
elseif a:env ==# 'coc'
let command_name = substitute(a:co... | 28.789474 | 79 | 0.627057 |
b66b104725e8781b31e802d607c6b3a81d03bb32 | 45 | vim | VimL | ftdetect/env.vim | itsdawei/lvim | cc530862dc8ec7477b6683434f4cdf2bc8d96973 | [
"MIT"
] | 112 | 2021-07-26T11:56:24.000Z | 2022-03-30T09:47:52.000Z | ftdetect/env.vim | itsdawei/lvim | cc530862dc8ec7477b6683434f4cdf2bc8d96973 | [
"MIT"
] | 23 | 2021-08-28T14:37:53.000Z | 2022-03-31T11:08:02.000Z | ftdetect/env.vim | itsdawei/lvim | cc530862dc8ec7477b6683434f4cdf2bc8d96973 | [
"MIT"
] | 25 | 2021-07-30T06:26:38.000Z | 2022-03-25T05:52:27.000Z | au BufRead,BufNewFile *.env.* setfiletype sh
| 22.5 | 44 | 0.777778 |
5e7bfd32d143859a561aac3fd198a6d766cbf0e4 | 1,817 | vim | VimL | autoload/SpaceVim/issue.vim | memoxmrdl/.SpaceVim | c4b1d12c64eba22647a995413510832c2e96852a | [
"MIT"
] | null | null | null | autoload/SpaceVim/issue.vim | memoxmrdl/.SpaceVim | c4b1d12c64eba22647a995413510832c2e96852a | [
"MIT"
] | null | null | null | autoload/SpaceVim/issue.vim | memoxmrdl/.SpaceVim | c4b1d12c64eba22647a995413510832c2e96852a | [
"MIT"
] | null | null | null | let s:CMP = SpaceVim#api#import('vim#compatible')
function! SpaceVim#issue#report() abort
call s:open()
endfunction
function! s:open() abort
exe 'tabnew ' . tempname() . '/issue_report.md'
let b:spacevim_issue_template = 1
call setline(1, s:template())
w
endfunction
function! s:template() abort
let info... | 31.877193 | 147 | 0.583379 |
d9d514acc1e186be9288f68d4ce165997454ebbb | 25,364 | vim | VimL | devbox/etc/.vim/autoload/viki_viki.vim | turiphro/dockerfiles | d87bcadde7f2e284da3edad891112e4ec59e29df | [
"MIT"
] | null | null | null | devbox/etc/.vim/autoload/viki_viki.vim | turiphro/dockerfiles | d87bcadde7f2e284da3edad891112e4ec59e29df | [
"MIT"
] | null | null | null | devbox/etc/.vim/autoload/viki_viki.vim | turiphro/dockerfiles | d87bcadde7f2e284da3edad891112e4ec59e29df | [
"MIT"
] | null | null | null | " vikiDeplate.vim
" @Author: Tom Link (micathom AT gmail com?subject=[vim])
" @Website: http://www.vim.org/account/profile.php?user_id=4037
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2007-09-03.
" @Last Change: 2011-12-04.
" @Revision: 0.0.145
""" viki/deplate {{{1
" Pre... | 41.993377 | 139 | 0.573372 |
2cbf56e3cb045bb9ae72225ef2c409a93c181d8d | 258 | vim | VimL | sources_non_forked/vim-go/syntax/gohtmltmpl.vim | kbrah/vimcofig | e7f06b762eafcba661b68473c6eaea41ee043ce9 | [
"MIT"
] | null | null | null | sources_non_forked/vim-go/syntax/gohtmltmpl.vim | kbrah/vimcofig | e7f06b762eafcba661b68473c6eaea41ee043ce9 | [
"MIT"
] | null | null | null | sources_non_forked/vim-go/syntax/gohtmltmpl.vim | kbrah/vimcofig | e7f06b762eafcba661b68473c6eaea41ee043ce9 | [
"MIT"
] | null | null | null | if exists("b:current_syntax")
finish
endif
if !exists("main_syntax")
let main_syntax = 'html'
endif
runtime! syntax/gotexttmpl.vim
runtime! syntax/html.vim
unlet b:current_syntax
let b:current_syntax = "gohtmltmpl"
" vim: sw=2 ts=2 et
| 16.125 | 36 | 0.70155 |
fd0d74c6d450d95cd5c91ec0adc65f7aaf106f9c | 5,571 | vim | VimL | vim/plugins/ttagecho/autoload/ttagecho.vim | bilbopingouin/vim_settings | df05dee6c66f9ea2440a9830091609eaf0bbbd48 | [
"MIT"
] | null | null | null | vim/plugins/ttagecho/autoload/ttagecho.vim | bilbopingouin/vim_settings | df05dee6c66f9ea2440a9830091609eaf0bbbd48 | [
"MIT"
] | null | null | null | vim/plugins/ttagecho/autoload/ttagecho.vim | bilbopingouin/vim_settings | df05dee6c66f9ea2440a9830091609eaf0bbbd48 | [
"MIT"
] | null | null | null | " ttagecho.vim
" @Author: Tom Link (mailto:micathom AT gmail com?subject=[vim])
" @Website: http://www.vim.org/account/profile.php?user_id=4037
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2007-10-28.
" @Last Change: 2009-08-09.
" @Revision: 0.0.210
if &cp || exists("loaded... | 29.47619 | 120 | 0.579968 |
3d37f674b90477cef0caf98fc41cb7353efd34cc | 2,936 | vim | VimL | autoload/airline/themes/Atelier_CaveLight.vim | atelierbram/vim-colors_atelier-schemes | 2cfe7cee22cf9a64892dcb86e80f503f5c62eb27 | [
"MIT"
] | 75 | 2015-01-30T03:16:20.000Z | 2021-12-04T20:55:05.000Z | autoload/airline/themes/Atelier_CaveLight.vim | atelierbram/vim-colors_atelier-schemes | 2cfe7cee22cf9a64892dcb86e80f503f5c62eb27 | [
"MIT"
] | 4 | 2015-04-22T23:51:51.000Z | 2020-05-20T08:32:30.000Z | autoload/airline/themes/Atelier_CaveLight.vim | atelierbram/vim-colors_atelier-schemes | 2cfe7cee22cf9a64892dcb86e80f503f5c62eb27 | [
"MIT"
] | 14 | 2015-04-06T21:45:47.000Z | 2020-06-29T03:50:32.000Z | scriptencoding utf-8
" Atelier_CaveLight (https://github.com/atelierbram/Base2Tone-vim/tree/master/autoload/airline/themes)
" Scheme: Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave)
let g:airline#themes#Atelier_CaveLight#palette = {}
let s:N1 = [ '#e2dfe7' , '#7e7887' , 254 , ... | 49.762712 | 124 | 0.605245 |
c6c2aee642f739303a360717490d764db9529541 | 5,376 | vim | VimL | autoload/unite/sources/action.vim | k0kubun/unite.vim | 389cc2019dd926e9552a914724135a2e234226ab | [
"MIT"
] | 1,835 | 2015-01-02T07:00:28.000Z | 2022-03-31T01:00:57.000Z | autoload/unite/sources/action.vim | k0kubun/unite.vim | 389cc2019dd926e9552a914724135a2e234226ab | [
"MIT"
] | 481 | 2015-01-02T15:33:36.000Z | 2020-11-05T01:38:17.000Z | autoload/unite/sources/action.vim | k0kubun/unite.vim | 389cc2019dd926e9552a914724135a2e234226ab | [
"MIT"
] | 238 | 2015-01-02T15:42:19.000Z | 2022-03-31T01:00:59.000Z | "=============================================================================
" FILE: action.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu at gmail.com>
" License: MIT license
"=============================================================================
let s:save_cpo = &cpo
set cpo&vim
function! unite#sources#act... | 31.623529 | 79 | 0.645461 |
33c82ff71dddb48a19c6abc7394d8492d242a40e | 1,587 | vim | VimL | autoload/vimtex/syntax/p/amsmath.vim | dangkhoasdc/vimnw | 2b6b3332977f1a0a6028c3dff2ff3d6284498c28 | [
"MIT"
] | null | null | null | autoload/vimtex/syntax/p/amsmath.vim | dangkhoasdc/vimnw | 2b6b3332977f1a0a6028c3dff2ff3d6284498c28 | [
"MIT"
] | null | null | null | autoload/vimtex/syntax/p/amsmath.vim | dangkhoasdc/vimnw | 2b6b3332977f1a0a6028c3dff2ff3d6284498c28 | [
"MIT"
] | null | null | null | " vimtex - LaTeX plugin for Vim
"
" Maintainer: Karl Yngve Lervåg
" Email: karl.yngve@gmail.com
"
scriptencoding utf-8
function! vimtex#syntax#p#amsmath#load() abort " {{{1
if has_key(b:vimtex_syntax, 'amsmath') | return | endif
let b:vimtex_syntax.amsmath = 1
" Allow subequations (fixes #1019)
" - This... | 29.388889 | 79 | 0.57782 |
44c56ca02f69d3f5b3306b0b6c6025054ae56464 | 462 | vim | VimL | vim_runtime/nerd_tree.vim | RyougiNevermore/dotvimrc | ba29ede059fc091aadf98f53912c9e546442c6fb | [
"BSD-3-Clause"
] | null | null | null | vim_runtime/nerd_tree.vim | RyougiNevermore/dotvimrc | ba29ede059fc091aadf98f53912c9e546442c6fb | [
"BSD-3-Clause"
] | null | null | null | vim_runtime/nerd_tree.vim | RyougiNevermore/dotvimrc | ba29ede059fc091aadf98f53912c9e546442c6fb | [
"BSD-3-Clause"
] | null | null | null | """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Nerd Tree
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:NERDTreeWinPos = "left"
let NERDTreeShowHidden=0
let NERDTreeIgnore = ['\.pyc$', '__pycache__']
let g:NERDTreeWinSize=35
let g:NERDTreeDirArrowExpandable = '▸'
let g:NERDT... | 33 | 63 | 0.547619 |
7812c18db2400a72374a6451471140b57b1dd46c | 986 | vim | VimL | plugin/textobj/xmlattr.vim | whatyouhide/vim-textobj-xmlattr | 694a297f1d75fd527e87da9769f3c6519a87ebb1 | [
"WTFPL"
] | 62 | 2015-01-23T10:18:46.000Z | 2022-03-11T04:56:48.000Z | plugin/textobj/xmlattr.vim | whatyouhide/vim-textobj-xmlattr | 694a297f1d75fd527e87da9769f3c6519a87ebb1 | [
"WTFPL"
] | 5 | 2015-11-30T14:20:18.000Z | 2019-10-29T08:46:34.000Z | plugin/textobj/xmlattr.vim | whatyouhide/vim-textobj-xmlattr | 694a297f1d75fd527e87da9769f3c6519a87ebb1 | [
"WTFPL"
] | 7 | 2015-11-30T13:05:11.000Z | 2022-01-26T14:21:00.000Z | if exists('g:loaded_textobj_xmlattr')
finish
endif
" Regexes
" Note that all regexes are surrounded by (), use that to your advantage.
" A word: `attr=value`, with no quotes.
let s:RE_WORD = '\(\w\+\)'
" An attribute name: `src`, `data-attr`, `strange_attr`.
let s:RE_ATTR_NAME = '\([a-zA-Z0-9\-_:@.]\+\)'
" A quoted... | 28.171429 | 75 | 0.603448 |
dfa7e3112a3682b92b9b6ac4b7f91da12d376217 | 2,415 | vim | VimL | after/filetype.vim | corenel/ysvim | 6a1a68b9fdb96d1957ea8c3205ffa3f4404a1dcc | [
"MIT"
] | 1 | 2017-11-23T02:03:30.000Z | 2017-11-23T02:03:30.000Z | after/filetype.vim | corenel/ysvim | 6a1a68b9fdb96d1957ea8c3205ffa3f4404a1dcc | [
"MIT"
] | 1 | 2018-04-10T01:12:14.000Z | 2018-04-10T01:34:52.000Z | after/filetype.vim | corenel/ysvim | 6a1a68b9fdb96d1957ea8c3205ffa3f4404a1dcc | [
"MIT"
] | null | null | null | " http://vim.wikia.com/wiki/Filetype.vim#File_structure
" available '_userafter' and '_systemafter'
"
" filetype.vim load order
" -----------------------
"
" User Specific Primary Definitions:
" $XDG_CONFIG_HOME/nvim/filetype.vim
" System Primary Definitions:
" $VIM/vimfiles/filetype.vim
" NeoVim Default Ruleset:
" ... | 52.5 | 125 | 0.663768 |
34b9b2acddcdc420cf1fc25029c9e615e740ea8f | 2,999 | vim | VimL | vim/eclim/ftplugin/eclipse_buildpath.vim | muff1nman/Vim | 5ace6423b7502ef84ef50f30226e7d67791139c3 | [
"MIT"
] | null | null | null | vim/eclim/ftplugin/eclipse_buildpath.vim | muff1nman/Vim | 5ace6423b7502ef84ef50f30226e7d67791139c3 | [
"MIT"
] | null | null | null | vim/eclim/ftplugin/eclipse_buildpath.vim | muff1nman/Vim | 5ace6423b7502ef84ef50f30226e7d67791139c3 | [
"MIT"
] | null | null | null | " Author: Eric Van Dewoestine
"
" Description: {{{
" see http://eclim.org/vim/php/buildpath.html
"
" License:
"
" Copyright (C) 2005 - 2012 Eric Van Dewoestine
"
" This program is free software: you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by
" the Free S... | 36.13253 | 97 | 0.721574 |
2e6a112313320dedd08072f65688a5233bd10520 | 40,708 | vim | VimL | syntax/verilog_systemverilog.vim | vinay3991/cadenceRhel | 1d90117d001c686e25788e8399c281bc2f25eab7 | [
"WTFPL"
] | null | null | null | syntax/verilog_systemverilog.vim | vinay3991/cadenceRhel | 1d90117d001c686e25788e8399c281bc2f25eab7 | [
"WTFPL"
] | null | null | null | syntax/verilog_systemverilog.vim | vinay3991/cadenceRhel | 1d90117d001c686e25788e8399c281bc2f25eab7 | [
"WTFPL"
] | null | null | null | " Vim syntax file
" Language: Verilog/SystemVerilog HDL + OVM
" Author: Amal Khailtash <akhailtash@rogers.com>
" Last Change: Mon Sep 29 09:55:42 EDT 2008
" Version: 2.0
"
" Maintainer:
"
" Authors:
" Amit Sethi <amitrajsethi@yahoo.com>
" Amal Khailtash <akhailtash@rogers.com>
"
" Credits:
" O... | 53.563158 | 145 | 0.736686 |
f4aa2d80164595c0342c8fefb59910bd50f1c91d | 6,150 | vim | VimL | core/general.vim | PhoenixFEC/CDotVimrc | b1eb8ffe28566f15e0d851d9bedac688d41bbfb6 | [
"MIT"
] | null | null | null | core/general.vim | PhoenixFEC/CDotVimrc | b1eb8ffe28566f15e0d851d9bedac688d41bbfb6 | [
"MIT"
] | null | null | null | core/general.vim | PhoenixFEC/CDotVimrc | b1eb8ffe28566f15e0d851d9bedac688d41bbfb6 | [
"MIT"
] | null | null | null | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Sections:
" -> General
" -> Appearance
" -> Coding
" -> Buffer
" -> Cache
"
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" General---------
set autochdir " Change current work directory automatically
if exists("+shellslash")
se... | 28.472222 | 161 | 0.680813 |
b64c07ef36d830e5f521b20dcc77d3dc363d17c8 | 4,016 | vim | VimL | init.vim | b00giZm/neovim-config | 18ce87c2903203cbb1ce77430af6b2c407e59b41 | [
"MIT"
] | 1 | 2016-12-03T11:10:26.000Z | 2016-12-03T11:10:26.000Z | init.vim | b00giZm/neovim-config | 18ce87c2903203cbb1ce77430af6b2c407e59b41 | [
"MIT"
] | null | null | null | init.vim | b00giZm/neovim-config | 18ce87c2903203cbb1ce77430af6b2c407e59b41 | [
"MIT"
] | null | null | null | " --- plugins ----------------------------------------------------------------
call plug#begin('~/.config/nvim/plugged')
Plug 'airblade/vim-gitgutter'
Plug 'carlitux/deoplete-ternjs'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'ervandew/supertab'
Plug 'fatih/vim-go'
Plug 'jiangmiao/auto-pairs'
Plug 'mileszs/ack.vim'
Plug 'mhartin... | 28.48227 | 134 | 0.680279 |
62d494db6dd845b8204805793e59f276c6b08967 | 246 | vim | VimL | plugin/bufdel.vim | xeluxee/nvim-bufdel | 9a1f0f3ed55db86f66ad87f72639269ac1374169 | [
"BSD-2-Clause"
] | 50 | 2021-01-30T04:42:24.000Z | 2022-02-22T02:46:39.000Z | plugin/bufdel.vim | xeluxee/nvim-bufdel | 9a1f0f3ed55db86f66ad87f72639269ac1374169 | [
"BSD-2-Clause"
] | 1 | 2021-07-28T12:11:16.000Z | 2021-07-28T18:59:22.000Z | plugin/bufdel.vim | xeluxee/nvim-bufdel | 9a1f0f3ed55db86f66ad87f72639269ac1374169 | [
"BSD-2-Clause"
] | 3 | 2021-07-27T15:37:45.000Z | 2022-01-28T16:50:21.000Z | " nvim-bufdel
" By Olivier Roques
" github.com/ojroques
if exists('g:loaded_bufdel')
finish
endif
command! -nargs=? -bang -complete=buffer BufDel
\ lua require('bufdel').delete_buffer(<q-args>, '<bang>' == '!')
let g:loaded_bufdel = 1
| 18.923077 | 70 | 0.678862 |
0ff455b691f3bc2a5c1f35d7f5f5bf03756fa5f4 | 965 | vim | VimL | CodeFolding.vim | yhoshino11/vimrc | 5da8ed3695a2a4333373809e60ee7cb43beb25dd | [
"MIT"
] | 2 | 2015-04-20T13:40:00.000Z | 2016-03-15T05:28:33.000Z | CodeFolding.vim | yhoshino11/vimrc | 5da8ed3695a2a4333373809e60ee7cb43beb25dd | [
"MIT"
] | null | null | null | CodeFolding.vim | yhoshino11/vimrc | 5da8ed3695a2a4333373809e60ee7cb43beb25dd | [
"MIT"
] | null | null | null | let ruby_operators = 1
let ruby_space_errors = 1
let ruby_fold = 1
let ruby_spellcheck_strings = 1
autocmd FileType ruby setlocal foldmethod=syntax
autocmd FileType python setlocal foldmethod=indent
nnoremap <space> za
" set foldlevel=1
" set foldnestmax=2
" augroup foldmethod-syntax
" autocmd!
" autocmd Insert... | 29.242424 | 56 | 0.606218 |
0583fc7f7fde6d998935a3f4a78c3f2c8162ca16 | 62 | vim | VimL | vim/plugin/vim-terraform.vim | randallagordon/dotfiles | 3beaf38fafc34f6ad66e2be3596ac305954cf7e4 | [
"MIT"
] | 5 | 2016-02-16T14:39:00.000Z | 2021-06-29T23:36:37.000Z | vim/plugin/vim-terraform.vim | randallagordon/dotfiles | 3beaf38fafc34f6ad66e2be3596ac305954cf7e4 | [
"MIT"
] | null | null | null | vim/plugin/vim-terraform.vim | randallagordon/dotfiles | 3beaf38fafc34f6ad66e2be3596ac305954cf7e4 | [
"MIT"
] | 1 | 2017-03-01T05:00:39.000Z | 2017-03-01T05:00:39.000Z | let g:terraform_fold_sections=1
let g:terraform_fmt_on_save=1
| 20.666667 | 31 | 0.870968 |
e56a8175c322cf95d11c13e114502b01b357b53a | 1,751 | vim | VimL | syntax/vimcram.vim | mivok/vimcram | afeb791e5e3528b99c3990d226a70329be7f88d6 | [
"MIT"
] | 1 | 2022-02-08T15:31:11.000Z | 2022-02-08T15:31:11.000Z | syntax/vimcram.vim | mivok/vimcram | afeb791e5e3528b99c3990d226a70329be7f88d6 | [
"MIT"
] | null | null | null | syntax/vimcram.vim | mivok/vimcram | afeb791e5e3528b99c3990d226a70329be7f88d6 | [
"MIT"
] | null | null | null | " Vimcram test syntax file
" Maintainer: Mark Harrison <mark@mivok.net>
" License: MIT/Expat - See LICENSE file for details
" Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax")
finish
endif
runtime! syntax/vim.vim
unlet b:current_syntax
syn match vcComment /^\S.*$/
syn ma... | 40.72093 | 155 | 0.6008 |
bc860691107f42f8bc4fa57d34f63d51014620b6 | 967 | vim | VimL | vim/colors/pleasant.vim | hombrito/dotfiles | a8f7d9b16d23e6abe9ae27bb1812a75b358646a3 | [
"Unlicense"
] | null | null | null | vim/colors/pleasant.vim | hombrito/dotfiles | a8f7d9b16d23e6abe9ae27bb1812a75b358646a3 | [
"Unlicense"
] | null | null | null | vim/colors/pleasant.vim | hombrito/dotfiles | a8f7d9b16d23e6abe9ae27bb1812a75b358646a3 | [
"Unlicense"
] | null | null | null | " Vim color file
" Maintainer: iyerns <iyerns AT gmail DOT com>
" Last Change: 25 August 2005
" Version:1.0
" Comment: A bright and colorful scheme for gui
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name="pleasant"
hi Normal guifg=black guibg=white
hi Title ... | 25.447368 | 49 | 0.743537 |
e605a299ae0ff54ccce592af99909d460822a13b | 278 | vim | VimL | layers/layer4_vim/0021_configvim/vim/bundle/ale/ale_linters/go/govet.vim | metwork-framework/mfextaddon_python3_vim | 826fdda821d6b90508849279e32dfe528759288e | [
"BSD-3-Clause"
] | null | null | null | layers/layer4_vim/0021_configvim/vim/bundle/ale/ale_linters/go/govet.vim | metwork-framework/mfextaddon_python3_vim | 826fdda821d6b90508849279e32dfe528759288e | [
"BSD-3-Clause"
] | 18 | 2019-09-04T10:34:41.000Z | 2020-05-25T13:31:22.000Z | layers/layer4_vim/0021_configvim/vim/bundle/ale/ale_linters/go/govet.vim | metwork-framework/mfextaddon_python3_vim | 826fdda821d6b90508849279e32dfe528759288e | [
"BSD-3-Clause"
] | null | null | null | " Author: neersighted <bjorn@neersighted.com>
" Description: go vet for Go files
call ale#linter#Define('go', {
\ 'name': 'go vet',
\ 'output_stream': 'stderr',
\ 'executable': 'go',
\ 'command': 'go vet %t',
\ 'callback': 'ale#handlers#HandleUnixFormatAsError',
\})
| 25.272727 | 55 | 0.640288 |
815f807c03a691427e89cd1d077b07af5e76b042 | 254 | vim | VimL | dotvim/after/ftplugin/javascript.vim | hhpatel09/dotfiles | 8239fe153a03624b51c80f4808d184a7ea01ba6b | [
"MIT"
] | null | null | null | dotvim/after/ftplugin/javascript.vim | hhpatel09/dotfiles | 8239fe153a03624b51c80f4808d184a7ea01ba6b | [
"MIT"
] | null | null | null | dotvim/after/ftplugin/javascript.vim | hhpatel09/dotfiles | 8239fe153a03624b51c80f4808d184a7ea01ba6b | [
"MIT"
] | 1 | 2021-02-14T00:21:09.000Z | 2021-02-14T00:21:09.000Z | " Basic Javascript preferences.
set expandtab
set tabstop=2
set shiftwidth=2
set formatoptions=nwcroql
set textwidth=120
" Mappings for typing matching character pairs.
inoremap {<cr> {<cr>}<c-o>O
inoremap [<cr> [<cr>]<c-o>O
inoremap (<cr> (<cr>)<c-o>O
| 21.166667 | 47 | 0.728346 |
cb79978cbdc5492ed1b64f85abab030a66b6957f | 950 | vim | VimL | Linux/.config/nvim/plug-config/plug-init.vim | Ciaxur/dotfiles | e06e8d010643b287cca35aa20175ce2559240a0e | [
"MIT"
] | null | null | null | Linux/.config/nvim/plug-config/plug-init.vim | Ciaxur/dotfiles | e06e8d010643b287cca35aa20175ce2559240a0e | [
"MIT"
] | null | null | null | Linux/.config/nvim/plug-config/plug-init.vim | Ciaxur/dotfiles | e06e8d010643b287cca35aa20175ce2559240a0e | [
"MIT"
] | null | null | null | " auto-install vim-plug
if empty(glob('~/.config/nvim/autoload/plug.vim'))
silent !curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
"autocmd VimEnter * PlugInstall
autocmd VimEnter * PlugInstall | source $MYVIMRC
endif
" Plugins
... | 25 | 73 | 0.728421 |
34a8a99fc1c7937c021d9e887927bac32753edba | 1,846 | vim | VimL | general/mappings.vim | Legorock/nvim | 5bd3a65db74858b4f619498545723c18c30c772f | [
"MIT"
] | null | null | null | general/mappings.vim | Legorock/nvim | 5bd3a65db74858b4f619498545723c18c30c772f | [
"MIT"
] | null | null | null | general/mappings.vim | Legorock/nvim | 5bd3a65db74858b4f619498545723c18c30c772f | [
"MIT"
] | null | null | null | " Better nav for omnicomplete
inoremap <expr> <c-j> ("\<C-n>")
inoremap <expr> <c-k> ("\<C-p>")
" Use alt + hjkl to resize windows
nnoremap <M-j> :resize -2<CR>
nnoremap <M-k> :resize +2<CR>
nnoremap <M-h> :vertical resize -2<CR>
nnoremap <M-l> :vertical resize +2<CR>
" I hate escape more than anything el... | 25.287671 | 84 | 0.685265 |
121d1a0aa6395b4d3bd330c40b1ece2819696ecd | 635 | vim | VimL | vim/after/ftplugin/yaml.vim | Inverseit/dotfiles | 0a8d6abcc67c0f4db9913b3915635e99c8a0a52c | [
"BSL-1.0"
] | 1 | 2021-12-12T10:07:18.000Z | 2021-12-12T10:07:18.000Z | vim/after/ftplugin/yaml.vim | Inverseit/dotfiles | 0a8d6abcc67c0f4db9913b3915635e99c8a0a52c | [
"BSL-1.0"
] | null | null | null | vim/after/ftplugin/yaml.vim | Inverseit/dotfiles | 0a8d6abcc67c0f4db9913b3915635e99c8a0a52c | [
"BSL-1.0"
] | null | null | null | " Vim indent file
" Language: Yaml
" Author: Ian Young
" Get it bundled for pathogen: https://github.com/avakhov/vim-yaml
if exists("b:did_indent")
finish
endif
"runtime! indent/ruby.vim
"unlet! b:did_indent
let b:did_indent = 1
setlocal autoindent sw=2 et
setlocal indentexpr=GetYamlIndent()
setlocal indentkeys=o,O... | 18.676471 | 66 | 0.68189 |
248b92863526ab5a153f47590656f3c70bdf9e91 | 237 | vim | VimL | runtime/indent/freebasic.vim | tgyurci/vim | 4d56b971cbae01cc454eb09713326224993e38ed | [
"Vim"
] | 2 | 2022-03-19T15:02:36.000Z | 2022-03-19T15:02:38.000Z | runtime/indent/freebasic.vim | tgyurci/vim | 4d56b971cbae01cc454eb09713326224993e38ed | [
"Vim"
] | 8 | 2022-02-09T09:42:23.000Z | 2022-03-26T17:22:18.000Z | runtime/indent/freebasic.vim | tgyurci/vim | 4d56b971cbae01cc454eb09713326224993e38ed | [
"Vim"
] | 2 | 2022-02-11T09:07:16.000Z | 2022-02-12T10:31:57.000Z | " Vim indent file
" Language: FreeBASIC
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Last Change: 2022 Jan 24
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
finish
endif
runtime! indent/vb.vim
| 19.75 | 54 | 0.746835 |
9ae8621484cba759e74568110373ce61acee52c1 | 602 | vim | VimL | plugin/gitu.vim | pebble8888/gitu.vim | 9b8bd40e5f9dbfddffbcc37727f00de89da50bcb | [
"MIT"
] | null | null | null | plugin/gitu.vim | pebble8888/gitu.vim | 9b8bd40e5f9dbfddffbcc37727f00de89da50bcb | [
"MIT"
] | null | null | null | plugin/gitu.vim | pebble8888/gitu.vim | 9b8bd40e5f9dbfddffbcc37727f00de89da50bcb | [
"MIT"
] | null | null | null | "
" Filename : gitu.vim
" Brief : This file is vim plugin
" Function : filer for git commit
" Author : pebble8888@gmail.com 2014 Copyright
" History :
" Ver1.0.0 2014-03-29 initial revision
" Ver1.1.0 2014-04-07 bug fix
"
" Implementation below
function! Gitu()
let s:basedir = system('git rev-parse --sh... | 23.153846 | 58 | 0.684385 |
9d3069b1e4f3c3c5aafad288cff98dd7fe9f1a79 | 8,334 | vim | VimL | nvim/init.vim | samuelngs/dotfiles | 991c7572d0b545a9362a4633c4618abcbd1fce64 | [
"MIT"
] | null | null | null | nvim/init.vim | samuelngs/dotfiles | 991c7572d0b545a9362a4633c4618abcbd1fce64 | [
"MIT"
] | 1 | 2016-04-18T03:32:06.000Z | 2016-04-18T03:32:06.000Z | nvim/init.vim | samuelngs/dotfiles | 991c7572d0b545a9362a4633c4618abcbd1fce64 | [
"MIT"
] | null | null | null | " Vundle
"==============================================================================
"
set nocompatible
filetype off
set rtp+=~/.config/nvim/bundle/Vundle.vim
call vundle#begin()
"------------------------------------------------------------------------------
" Allow saving of files as sudo when I forgot to start v... | 25.564417 | 96 | 0.679626 |
399feeb86b7fb7f97415b86858d774d55351de98 | 4,116 | vim | VimL | colors/10grans-dark.vim | Melon-Bread/10grans-vim | 7f76c0b214b98f24c142eb825410708eddfebd91 | [
"BSD-2-Clause"
] | 2 | 2021-02-07T23:57:07.000Z | 2021-02-08T05:12:22.000Z | colors/10grans-dark.vim | Melon-Bread/10grans-vim | 7f76c0b214b98f24c142eb825410708eddfebd91 | [
"BSD-2-Clause"
] | null | null | null | colors/10grans-dark.vim | Melon-Bread/10grans-vim | 7f76c0b214b98f24c142eb825410708eddfebd91 | [
"BSD-2-Clause"
] | null | null | null | " -----------------------------------------------------------------------------
" File: 10grans-dark.vim
" Description: 10grans inspired vim color scheme
" Author: Rain <rain@melonbread.dev>
" Source: https://github.com/Melon-Bread/10grans-vim
"
" ,,ggddY""""Ybbgg,,
" ,agd""' ... | 38.111111 | 79 | 0.6069 |
c2916f983bcc23a6c7b87858d646e2a3fbdee930 | 12,201 | vim | VimL | vim/init.vim | nicobao/setup | e218479dc81c0a3661d5e986964235d7e585c7d3 | [
"BSD-2-Clause-Patent"
] | null | null | null | vim/init.vim | nicobao/setup | e218479dc81c0a3661d5e986964235d7e585c7d3 | [
"BSD-2-Clause-Patent"
] | null | null | null | vim/init.vim | nicobao/setup | e218479dc81c0a3661d5e986964235d7e585c7d3 | [
"BSD-2-Clause-Patent"
] | null | null | null | " Disable SQLComplete.vim hotkeys - see :h sql.txt
let g:omni_sql_no_default_maps = 1
" Make coc use global node instead of nvm's
let g:coc_node_path = '/home/nicolas/.nvm/versions/node/v14.15.3/bin/node'
let g:node_host_prog = '/home/nicolas/.nvm/versions/node/v14.15.3/bin/neovim-node-host'
" Store and restore decisi... | 34.466102 | 247 | 0.720023 |
3231f88fb1f1420a47348bf41b5942fcc423b87a | 2,276 | vim | VimL | t/cabal.vim | ianbollinger/cabal.vim | ba8850704b116fa48cbbd254bc3c552b41c44e20 | [
"MIT"
] | null | null | null | t/cabal.vim | ianbollinger/cabal.vim | ba8850704b116fa48cbbd254bc3c552b41c44e20 | [
"MIT"
] | null | null | null | t/cabal.vim | ianbollinger/cabal.vim | ba8850704b116fa48cbbd254bc3c552b41c44e20 | [
"MIT"
] | null | null | null | " Copyright (c) 2014 Ian D. Bollinger
"
" Permission is hereby granted, free of charge, to any person obtaining a copy
" of this software and associated documentation files (the "Software"), to deal
" in the Software without restriction, including without limitation the rights
" to use, copy, modify, merge, publish, di... | 31.611111 | 80 | 0.720123 |
3c2d89d3f0fed71704c5caa26f379569e2171493 | 1,036 | vim | VimL | syntax/plan.vim | mrtazz/vim-plan | 65062db75ef7d078d29e8259dce319dfa0a840c8 | [
"MIT"
] | 2 | 2019-05-26T01:11:17.000Z | 2022-01-02T16:00:29.000Z | syntax/plan.vim | mrtazz/vim-plan | 65062db75ef7d078d29e8259dce319dfa0a840c8 | [
"MIT"
] | null | null | null | syntax/plan.vim | mrtazz/vim-plan | 65062db75ef7d078d29e8259dce319dfa0a840c8 | [
"MIT"
] | 1 | 2020-08-30T18:44:35.000Z | 2020-08-30T18:44:35.000Z | if has('conceal')
if &termencoding ==# "utf-8" || &encoding ==# "utf-8"
let s:checkbox_unchecked = "⭕️"
let s:checkbox_checked = "✅"
let s:checkbox_canceled = "❎"
let s:checkbox_migrated = "🔜"
else
let s:checkbox_unchecked = 'o'
let s:checkbox_checked = 'x'
let s:checkbox_canceled = "-"... | 47.090909 | 177 | 0.675676 |
7d03fe1d077f5ec40a8150f0071399b8a7938b70 | 29 | vim | VimL | .config/vim/after/ftplugin/xml.vim | psvenk/dotfiles | 2c07e97b5087a224e5df3060405f8bbfac28866e | [
"0BSD"
] | 16 | 2015-06-26T15:43:41.000Z | 2021-02-26T00:19:00.000Z | .config/vim/after/ftplugin/xml.vim | psvenk/dotfiles | 2c07e97b5087a224e5df3060405f8bbfac28866e | [
"0BSD"
] | null | null | null | .config/vim/after/ftplugin/xml.vim | psvenk/dotfiles | 2c07e97b5087a224e5df3060405f8bbfac28866e | [
"0BSD"
] | 2 | 2015-01-15T04:35:48.000Z | 2018-03-03T11:08:42.000Z | let g:xml_syntax_folding = 1
| 14.5 | 28 | 0.793103 |
310ea289334ecdcb33ca5f2ee7c6db022c49c58a | 808 | vim | VimL | autoload/asyncomplete/sources/omni.vim | lambdalisue/asyncomplete-omni.vim | 967d379567fbbaded2a6d544fdac6ce21c5d4674 | [
"MIT"
] | null | null | null | autoload/asyncomplete/sources/omni.vim | lambdalisue/asyncomplete-omni.vim | 967d379567fbbaded2a6d544fdac6ce21c5d4674 | [
"MIT"
] | null | null | null | autoload/asyncomplete/sources/omni.vim | lambdalisue/asyncomplete-omni.vim | 967d379567fbbaded2a6d544fdac6ce21c5d4674 | [
"MIT"
] | null | null | null | if get(g:, 'loaded_autoload_asyncomplete_sources_omni')
finish
endif
let g:loaded_autoload_asyncomplete_sources_omni = 1
let s:save_cpo = &cpo
set cpo&vim
function! asyncomplete#sources#omni#get_source_options(opts)
return extend(extend({}, a:opts), {
\ 'refresh_pattern': '\v(\k+|\.)$',
\ })
endfunction
funct... | 23.085714 | 77 | 0.701733 |
ad1783df01248b5569a132de9fceaf0c07156eac | 327 | vim | VimL | plugins/misc.vim/ftdetect/filetypes.vim | PsychoLlama/vim-plugin-nursery | c0ebf52884560c879b14e26bc63e0673a857c39c | [
"MIT"
] | 1 | 2021-08-15T03:15:23.000Z | 2021-08-15T03:15:23.000Z | plugins/misc.vim/ftdetect/filetypes.vim | PsychoLlama/vim-plugin-nursery | c0ebf52884560c879b14e26bc63e0673a857c39c | [
"MIT"
] | 2 | 2021-05-05T06:27:25.000Z | 2021-07-05T04:44:17.000Z | plugins/misc.vim/ftdetect/filetypes.vim | PsychoLlama/vim-plugin-nursery | c0ebf52884560c879b14e26bc63e0673a857c39c | [
"MIT"
] | null | null | null | " vint: -ProhibitAutocmdWithNoGroup
autocmd BufNewFile,BufRead .eslintrc,.babelrc setfiletype json
autocmd BufNewFile,BufRead *.tsx set filetype=typescript.tsx
autocmd BufNewFile,BufRead *.ts set filetype=typescript
autocmd BufNewFile,BufRead *.nomad setfiletype hcl
autocmd BufNewFile,BufRead *.nix setlocal commentstri... | 46.714286 | 62 | 0.83792 |
27d8b9d0825232de11195fc4958b954cfd7c0826 | 9,766 | vim | VimL | init.vim | atiyo/dot_files | cdfc9755a7d386d358969195b195858cfeb04aa0 | [
"Apache-2.0"
] | null | null | null | init.vim | atiyo/dot_files | cdfc9755a7d386d358969195b195858cfeb04aa0 | [
"Apache-2.0"
] | null | null | null | init.vim | atiyo/dot_files | cdfc9755a7d386d358969195b195858cfeb04aa0 | [
"Apache-2.0"
] | null | null | null | """general options
"do not insist on vi compatibility
set nocompatible
"use system clipboard
set clipboard=unnamed
"keep swap files out of the way
set backupdir=~/.vim/tmp/
set directory=~/.vim/tmp/
"line number
set number
"cursorlin
set cursorline
"make backspace respect end of lines
set backspace=indent,eol,start
"ta... | 30.905063 | 135 | 0.71155 |
4a5d47471d7b66a18ca5a642a0ad25a4da6d9932 | 4,893 | vim | VimL | src/nvim/testdir/test_true_false.vim | avrma-forks/neovim | 29d6993ccdf1b5371cc11f7994a973a84bd9d40f | [
"Vim"
] | 1 | 2019-03-14T21:31:17.000Z | 2019-03-14T21:31:17.000Z | src/nvim/testdir/test_true_false.vim | avrma-forks/neovim | 29d6993ccdf1b5371cc11f7994a973a84bd9d40f | [
"Vim"
] | null | null | null | src/nvim/testdir/test_true_false.vim | avrma-forks/neovim | 29d6993ccdf1b5371cc11f7994a973a84bd9d40f | [
"Vim"
] | null | null | null | " Test behavior of boolean-like values.
" Test what is explained at ":help TRUE" and ":help FALSE".
func Test_if()
if v:false
call assert_true(false, 'v:false is false')
endif
if 0
call assert_true(false, 'zero is false')
endif
if "0"
call assert_true(false, 'zero string is false')
endif
if "... | 31.365385 | 113 | 0.603924 |
3bb42c8ab17b8ee411acad4acdf70e4a2d269805 | 6,542 | vim | VimL | t/postexpr.vim | syngan/vim-textobj-postexpr | 360742a2cbd2c6e95177f47e5354f81403323f29 | [
"MIT"
] | 1 | 2018-03-15T19:34:48.000Z | 2018-03-15T19:34:48.000Z | t/postexpr.vim | syngan/vim-textobj-postexpr | 360742a2cbd2c6e95177f47e5354f81403323f29 | [
"MIT"
] | null | null | null | t/postexpr.vim | syngan/vim-textobj-postexpr | 360742a2cbd2c6e95177f47e5354f81403323f29 | [
"MIT"
] | null | null | null | filetype plugin on
runtime! plugin/textobj/postexpr.vim
" tako ()
" hoge[aa[bb](1, 2, 3)]()
" (1)foo
" koko ha tada no word
function! s:paste_code()
put =[
\ 'tako ()',
\ 'hoge[aa[bb](1, 2, 3)]()',
\ '(1)foo',
\ 'koko ha tada no word',
\ ]
1 delete _
endfunction
describe '<Plug>(textobj-po... | 23.035211 | 57 | 0.508713 |
1a302caadb79a54a8e5514ec08739bfcb8fb61b5 | 4,447 | vim | VimL | autoload/fuf/buffer.vim | onno-schuit/dotvim | 3d9d70d85375f6178b8c20e1521623e62cd2261d | [
"MIT"
] | null | null | null | autoload/fuf/buffer.vim | onno-schuit/dotvim | 3d9d70d85375f6178b8c20e1521623e62cd2261d | [
"MIT"
] | null | null | null | autoload/fuf/buffer.vim | onno-schuit/dotvim | 3d9d70d85375f6178b8c20e1521623e62cd2261d | [
"MIT"
] | null | null | null | "=============================================================================
" Copyright (c) 2007-2010 Takeshi NISHIDA
"
"=============================================================================
" LOAD GUARD {{{1
if !l9#guardScriptLoading(expand('<sfile>:p'), 702, 100)
finish
endif
" }}}1
"==================... | 23.405263 | 95 | 0.623791 |
47bee21bbed5b9e328f058faf371d35d729dd4cd | 8,583 | vim | VimL | t/input.vim | syngan/vim-operator-furround | 4f617009af4fd89e16edd68bc8f946c8da183060 | [
"MIT"
] | 4 | 2015-10-06T13:32:02.000Z | 2021-05-26T19:02:42.000Z | t/input.vim | syngan/vim-operator-furround | 4f617009af4fd89e16edd68bc8f946c8da183060 | [
"MIT"
] | 8 | 2015-01-17T13:58:20.000Z | 2016-03-09T05:32:59.000Z | t/input.vim | syngan/vim-operator-furround | 4f617009af4fd89e16edd68bc8f946c8da183060 | [
"MIT"
] | 3 | 2015-07-31T07:52:45.000Z | 2015-08-25T09:33:31.000Z | filetype plugin on
runtime! plugin/operator/furround.vim
let g:str = "koko ha tako desu ka."
function! s:paste_code()
put =[
\ g:str,
\ g:str,
\ g:str,
\ g:str,
\ g:str,
\ ]
1 delete _
endfunction
let s:conf = [
\ {'start': '\k\+(', 'end': ')', 'regexp': 1},
\ {'start': '\k\+\[... | 27.509615 | 71 | 0.584062 |
067ade66f42862065b2b7e68a67ffb9a1472aba1 | 1,154 | vim | VimL | local.vim | zhdaniel/.vim | e097b7c10913d692b236adac107dd85e0c2c25ab | [
"MIT"
] | null | null | null | local.vim | zhdaniel/.vim | e097b7c10913d692b236adac107dd85e0c2c25ab | [
"MIT"
] | null | null | null | local.vim | zhdaniel/.vim | e097b7c10913d692b236adac107dd85e0c2c25ab | [
"MIT"
] | null | null | null | colorscheme desert
if exists("$_GBK_") && !exists("$TMUX")
set termencoding=cp936
else
set termencoding=utf-8
endif
set fileencodings=ucs-bom,utf-8,cp936,gb2312,gbk,gb18030,latin1
set nowrap
if executable("clang++")
let g:syntastic_c_compiler = 'clang'
let g:syntastic_cpp_compiler = 'clang++'
elsei... | 26.837209 | 77 | 0.671577 |
ab0e233b821dc83f91c1dcca4f42729eef7bf86f | 84,709 | vim | VimL | autoload/sexp.vim | duqcyxwd/vim-sexp | f2d02a9399300c6078183ef6712795a05ca3797b | [
"MIT"
] | null | null | null | autoload/sexp.vim | duqcyxwd/vim-sexp | f2d02a9399300c6078183ef6712795a05ca3797b | [
"MIT"
] | null | null | null | autoload/sexp.vim | duqcyxwd/vim-sexp | f2d02a9399300c6078183ef6712795a05ca3797b | [
"MIT"
] | null | null | null |
" o8o
" '"'
" oooo ooooooo ooo. .oo. .oo. .oooo.o .ooooo. oooo ooooo.ooooo.
" `88. .8' `888 `888P"Y88bP"Y88b d88( "8 d88' `88b `88b..8P' 888' `88b
" `88..8' 888 888 888 888 8888 `"Y88b. 888ooo888 Y888' 888 888
" `888' 888 888 888 888 ... | 35.413462 | 127 | 0.629213 |
c6b09a951761d518af6301b970b42b8c9d2eddf5 | 53 | vim | VimL | .vim | cooperative-humans/localorbit | 7492489b20ea311b191c5b0f9a4d54680c5e3b6d | [
"MIT"
] | 16 | 2018-05-23T05:29:28.000Z | 2021-09-09T03:52:50.000Z | .vim | cooperative-humans/localorbit | 7492489b20ea311b191c5b0f9a4d54680c5e3b6d | [
"MIT"
] | 212 | 2018-05-18T20:57:07.000Z | 2022-03-30T22:40:13.000Z | .vim | cooperative-humans/localorbit | 7492489b20ea311b191c5b0f9a4d54680c5e3b6d | [
"MIT"
] | 10 | 2018-07-11T17:41:13.000Z | 2020-08-20T12:52:53.000Z | let test#ruby#rspec#executable = 'bundle exec rspec'
| 26.5 | 52 | 0.773585 |
bcefbc3952d239a310c8e226317348b30cec425d | 336 | vim | VimL | plugin/lspconfig.vim | creativenull/nvim-lspconfig | 76f11625481eddb7bcbf86b3e4f592a1aef35b37 | [
"Apache-2.0"
] | null | null | null | plugin/lspconfig.vim | creativenull/nvim-lspconfig | 76f11625481eddb7bcbf86b3e4f592a1aef35b37 | [
"Apache-2.0"
] | null | null | null | plugin/lspconfig.vim | creativenull/nvim-lspconfig | 76f11625481eddb7bcbf86b3e4f592a1aef35b37 | [
"Apache-2.0"
] | null | null | null | if exists('g:lspconfig')
finish
endif
let g:lspconfig = 1
lua << EOF
lsp_complete_installable_servers = function()
return table.concat(require'lspconfig'.available_servers(), '\n')
end
lsp_complete_servers = function()
return table.concat(require'lspconfig'.installable_servers(), '\n')
end
require'lspconfig'._ro... | 22.4 | 69 | 0.764881 |
ab5ef5a78e375f23305f7978998ba95659bb6615 | 1,748 | vim | VimL | ale_linters/javascript/standard.vim | minamijoyo/ale | 5eb80f03a2d0831a1fc3b06790f634d7f2b09658 | [
"BSD-2-Clause"
] | 1 | 2017-06-05T08:27:16.000Z | 2017-06-05T08:27:16.000Z | ale_linters/javascript/standard.vim | minamijoyo/ale | 5eb80f03a2d0831a1fc3b06790f634d7f2b09658 | [
"BSD-2-Clause"
] | null | null | null | ale_linters/javascript/standard.vim | minamijoyo/ale | 5eb80f03a2d0831a1fc3b06790f634d7f2b09658 | [
"BSD-2-Clause"
] | 1 | 2020-01-11T12:25:36.000Z | 2020-01-11T12:25:36.000Z | " Author: Ahmed El Gabri <@ahmedelgabri>
" Description: standardjs for JavaScript files
call ale#Set('javascript_standard_executable', 'standard')
call ale#Set('javascript_standard_use_global', 0)
call ale#Set('javascript_standard_options', '')
function! ale_linters#javascript#standard#GetExecutable(buffer) abort
... | 33.615385 | 84 | 0.662471 |
7d9146153d08ee658881ce5b4c043473d8ee5747 | 2,588 | vim | VimL | autoload/quickrun/runner/terminal.vim | alpaca-tc/vim-quickrun | 4f2f5628098efba5db2ae152dc3ac0d9b310659a | [
"Zlib"
] | 519 | 2015-01-03T18:44:49.000Z | 2022-03-31T11:24:32.000Z | autoload/quickrun/runner/terminal.vim | alpaca-tc/vim-quickrun | 4f2f5628098efba5db2ae152dc3ac0d9b310659a | [
"Zlib"
] | 96 | 2015-01-18T02:15:09.000Z | 2021-12-29T16:44:40.000Z | autoload/quickrun/runner/terminal.vim | alpaca-tc/vim-quickrun | 4f2f5628098efba5db2ae152dc3ac0d9b310659a | [
"Zlib"
] | 103 | 2015-01-17T16:08:10.000Z | 2022-03-15T05:54:31.000Z | " quickrun: runner/terminal: Runs by terminal feature.
" Author : thinca <thinca+vim@gmail.com>
" License: zlib License
let s:is_win = has('win32')
let s:runner = {
\ 'config': {
\ 'name': 'default',
\ 'opener': 'new',
\ 'into': 0,
\ },
\ }
let s:wins = {}
function s:runner.validate() abort
if !has... | 24.415094 | 69 | 0.662287 |
8c429235ac47bb859ef0f731135725517c8e53c7 | 1,718 | vim | VimL | plugin/thematic/gui.vim | thomasmarcel/vim-thematic | 4b6bd1910640fc99d536b76cf6c2e3c2d69ebe9f | [
"MIT"
] | 183 | 2015-01-21T17:55:09.000Z | 2021-04-11T18:46:38.000Z | plugin/thematic/gui.vim | thomasmarcel/vim-thematic | 4b6bd1910640fc99d536b76cf6c2e3c2d69ebe9f | [
"MIT"
] | 10 | 2015-02-15T10:19:37.000Z | 2020-09-24T09:19:17.000Z | plugin/thematic/gui.vim | thomasmarcel/vim-thematic | 4b6bd1910640fc99d536b76cf6c2e3c2d69ebe9f | [
"MIT"
] | 12 | 2015-03-13T13:24:40.000Z | 2020-09-13T13:31:20.000Z | " ============================================================================
" File: plugin/gui.vim
" Description: script for vim-thematic-gui plugin
" Maintainer: Reed Esau <github.com/reedes>
" Last Change: December 30, 2013
" License: The MIT License (MIT)
" ============================================... | 33.686275 | 78 | 0.640861 |
425e3e93cd750b66e63c7fad9895d312890a11f3 | 54 | vim | VimL | vim/vim.symlink/ftdetect/ruby.vim | lwassermann/dotfiles | 4bd2bcacd31efd37e076c5b0877ce702dfe8fcae | [
"MIT"
] | 7 | 2016-10-13T21:31:08.000Z | 2022-01-04T09:09:58.000Z | vim/vim.symlink/ftdetect/ruby.vim | lwassermann/dotfiles | 4bd2bcacd31efd37e076c5b0877ce702dfe8fcae | [
"MIT"
] | null | null | null | vim/vim.symlink/ftdetect/ruby.vim | lwassermann/dotfiles | 4bd2bcacd31efd37e076c5b0877ce702dfe8fcae | [
"MIT"
] | 1 | 2021-05-03T15:37:55.000Z | 2021-05-03T15:37:55.000Z | autocmd BufNewFile,BufRead Brewfile set filetype=ruby
| 27 | 53 | 0.87037 |
acdcf7857a826c5d0096f92d36b87dbb13a8b4eb | 142 | vim | VimL | plugin/autocmds.vim | yuki-uthman/vim-nflasher | eda9a7f90774072b9f4a79859bf0034f67d52bb1 | [
"MIT"
] | null | null | null | plugin/autocmds.vim | yuki-uthman/vim-nflasher | eda9a7f90774072b9f4a79859bf0034f67d52bb1 | [
"MIT"
] | null | null | null | plugin/autocmds.vim | yuki-uthman/vim-nflasher | eda9a7f90774072b9f4a79859bf0034f67d52bb1 | [
"MIT"
] | null | null | null |
augroup n_flasher
au!
au CursorMoved * call flasher#n#flash_off('n')
au InsertEnter * call flasher#n#flash_off('i')
augroup end
| 17.75 | 50 | 0.690141 |
5206b8aaf6cdd3f22763bf9e1a8de256dbc90914 | 7,295 | vim | VimL | my_configs.vim | kaolalong/vimrc | 849b83db6233565244098f1009f8a9f40165fcdf | [
"MIT"
] | null | null | null | my_configs.vim | kaolalong/vimrc | 849b83db6233565244098f1009f8a9f40165fcdf | [
"MIT"
] | null | null | null | my_configs.vim | kaolalong/vimrc | 849b83db6233565244098f1009f8a9f40165fcdf | [
"MIT"
] | null | null | null | "
" ███████████████████████████
" ███████▀▀▀░░░░░░░▀▀▀███████
" ████▀░░░░░░░░░░░░░░░░░▀████
" ███│░░░░░░░░░░░░░░░░░░░│███
" ██▌│░░░░░░░░░░░░░░░░░░░│▐██
" ██░└┐░░░░░░░░░░░░░░░░░... | 33.773148 | 106 | 0.473475 |
6889115bda954e708160ca884c841b31e7f9ce1e | 1,016 | vim | VimL | bundle/incsearch.vim/autoload/vital/_incsearch/Over/Commandline/Modules/Delete.vim | mshiung/vim-ide | 4827df3eca3821b4f6195e2fd958dc3afdb01246 | [
"MIT"
] | 413 | 2015-01-27T04:34:18.000Z | 2019-05-15T07:37:18.000Z | bundle/incsearch.vim/autoload/vital/_incsearch/Over/Commandline/Modules/Delete.vim | mshiung/vim-ide | 4827df3eca3821b4f6195e2fd958dc3afdb01246 | [
"MIT"
] | 11 | 2015-03-03T08:34:44.000Z | 2018-09-22T22:18:55.000Z | bundle/incsearch.vim/autoload/vital/_incsearch/Over/Commandline/Modules/Delete.vim | mshiung/vim-ide | 4827df3eca3821b4f6195e2fd958dc3afdb01246 | [
"MIT"
] | 107 | 2015-05-29T02:27:34.000Z | 2019-05-03T22:58:47.000Z | scriptencoding utf-8
let s:save_cpo = &cpo
set cpo&vim
let s:module = {
\ "name" : "Delete",
\}
function! s:module.on_char_pre(cmdline)
if a:cmdline.is_input("\<C-h>")
\ || a:cmdline.is_input("\<BS>")
if a:cmdline.line.length() == 0
return a:cmdline.exit(1)
else
call a:cmdline.line.remove_prev()
call a:... | 24.780488 | 84 | 0.674213 |
f5f77d35cbd925fd7d1b7db98a5789102cbdf006 | 10,463 | vim | VimL | sources_non_forked/cscope_dynamic/plugin/cscope_dynamic.vim | nalajcie/vimrc | 36ac15327dd2d3a521445c37a6eb7bd10c7d0c58 | [
"MIT"
] | null | null | null | sources_non_forked/cscope_dynamic/plugin/cscope_dynamic.vim | nalajcie/vimrc | 36ac15327dd2d3a521445c37a6eb7bd10c7d0c58 | [
"MIT"
] | null | null | null | sources_non_forked/cscope_dynamic/plugin/cscope_dynamic.vim | nalajcie/vimrc | 36ac15327dd2d3a521445c37a6eb7bd10c7d0c58 | [
"MIT"
] | null | null | null | " vim: set foldmethod=marker:
"
" Copyright (c) 2014, Eric Garver
" All rights reserved.
"
" Redistribution and use in source and binary forms, with or without
" modification, are permitted provided that the following conditions are met:
"
" 1. Redistributions of source code must retain the above copyright notice, t... | 28.587432 | 95 | 0.627354 |
063b220f0d2de037ba24ea09d44dc34a5f30e148 | 317 | vim | VimL | config/plugins/vim-expand-region.vim | leonardo-grady/SpaceVim | e983864ad1091d5a5b213da1401257d431b18daf | [
"MIT"
] | 4 | 2017-05-15T04:26:04.000Z | 2020-06-26T09:49:51.000Z | config/plugins/vim-expand-region.vim | leonardo-grady/SpaceVim | e983864ad1091d5a5b213da1401257d431b18daf | [
"MIT"
] | null | null | null | config/plugins/vim-expand-region.vim | leonardo-grady/SpaceVim | e983864ad1091d5a5b213da1401257d431b18daf | [
"MIT"
] | null | null | null | xmap v <Plug>(expand_region_expand)
xmap V <Plug>(expand_region_shrink)
let g:expand_region_text_objects = {
\ 'iw' :0,
\ 'iW' :0,
\ 'i"' :0,
\ 'i''' :0,
\ 'i]' :1,
\ 'ib' :1,
\ 'iB' :1,
\ 'il' :1,
\ 'ii' :1,
\ 'ip' :0,
\ 'ie' :0,
\ }
| 19.8125 | 36 | 0.37224 |
1520a37e388e7c7d55800229d9ee715b17193b93 | 177 | vim | VimL | plugin/rust_wrap.vim | AndrewRadev/rust_wrap.vim | a01524134c97040a3caafdfc0de48bb61029700b | [
"MIT"
] | 2 | 2020-05-06T23:02:44.000Z | 2020-07-04T11:11:47.000Z | plugin/rust_wrap.vim | AndrewRadev/rust_wrap.vim | a01524134c97040a3caafdfc0de48bb61029700b | [
"MIT"
] | null | null | null | plugin/rust_wrap.vim | AndrewRadev/rust_wrap.vim | a01524134c97040a3caafdfc0de48bb61029700b | [
"MIT"
] | null | null | null | if exists('g:loaded_rust_wrap') || &cp
finish
endif
let g:loaded_rust_wrap = '0.0.1' " version number
let s:keepcpo = &cpo
set cpo&vim
let &cpo = s:keepcpo
unlet s:keepcpo
| 14.75 | 49 | 0.700565 |
082ff02847251046fbb24ff72f76f6870837067f | 214 | vim | VimL | home/studo/.vim/test/testFilenameWithEquals.vim | studost/dotfiles | f7f204d91d0927a4b8826ea74f935b380b5274a5 | [
"MIT"
] | 2 | 2016-09-17T07:04:08.000Z | 2020-07-17T18:27:20.000Z | bundle/vim-gitgutter/test/testFilenameWithEquals.vim | yanyingwang/.vim | 1260fec16701bb138c6fe2e85a7ee2d9986df053 | [
"MIT"
] | null | null | null | bundle/vim-gitgutter/test/testFilenameWithEquals.vim | yanyingwang/.vim | 1260fec16701bb138c6fe2e85a7ee2d9986df053 | [
"MIT"
] | null | null | null | source helper.vim
edit =fixture=.txt
normal ggo*
try
write
write
call DumpSigns('filenameWithEquals')
finally
call system('git reset HEAD =fixture=.txt')
call system('git checkout =fixture=.txt')
endtry
| 16.461538 | 45 | 0.738318 |
b727f8db7166dc6eeb4c6c7ddbecc049e44d3af4 | 8,817 | vim | VimL | autoload/matchup/text_obj.vim | svermeulen/vim-matchup | c289fa80ca5d6accc0567a355bfaee8d69b4bc95 | [
"MIT"
] | null | null | null | autoload/matchup/text_obj.vim | svermeulen/vim-matchup | c289fa80ca5d6accc0567a355bfaee8d69b4bc95 | [
"MIT"
] | null | null | null | autoload/matchup/text_obj.vim | svermeulen/vim-matchup | c289fa80ca5d6accc0567a355bfaee8d69b4bc95 | [
"MIT"
] | null | null | null | " vim match-up - matchit replacement and more
"
" Maintainer: Andy Massimino
" Email: a@normed.space
"
let s:save_cpo = &cpo
set cpo&vim
function! matchup#text_obj#delimited(is_inner, visual, type) " {{{1
let l:v_motion_force = matchup#motion_force()
" get the current selection, move to the _start_ the of r... | 30.09215 | 73 | 0.558693 |
be99dd10cf25263c8659cbbd2d6eb7b8aeaa68a8 | 105 | vim | VimL | config/vim/userautoload/term.vim | chitoku-k/dotfiles | d9be72e58d1578d8ac87a79e71718a704f08f7c1 | [
"Unlicense"
] | 14 | 2017-04-05T13:54:52.000Z | 2021-12-10T13:50:38.000Z | config/vim/userautoload/term.vim | chitoku-k/dotfiles | d9be72e58d1578d8ac87a79e71718a704f08f7c1 | [
"Unlicense"
] | null | null | null | config/vim/userautoload/term.vim | chitoku-k/dotfiles | d9be72e58d1578d8ac87a79e71718a704f08f7c1 | [
"Unlicense"
] | 2 | 2017-07-02T13:08:02.000Z | 2021-03-21T04:08:12.000Z | " タイトル文字列
let &t_ti .= "\e[22;0t"
let &t_te .= "\e[23;0t"
" 斜体
let &t_ZH = "\e[3m"
let &t_ZR = "\e[23m"
| 13.125 | 23 | 0.514286 |
60e19f8a3ec5fe3c9890d1178c68d692458ed68b | 780 | vim | VimL | sets.vim | sankalp0104/nvim-config | ac090edbf5239d17cc1193b6fd075788394638a8 | [
"MIT"
] | null | null | null | sets.vim | sankalp0104/nvim-config | ac090edbf5239d17cc1193b6fd075788394638a8 | [
"MIT"
] | null | null | null | sets.vim | sankalp0104/nvim-config | ac090edbf5239d17cc1193b6fd075788394638a8 | [
"MIT"
] | null | null | null |
set guicursor=
set mouse=a
set relativenumber
set nohlsearch
set hidden
set noerrorbells
set tabstop=4 softtabstop=4
set shiftwidth=4
set expandtab
set smartindent
set nu
set wrap
set noswapfile
set nobackup
" set notermguicolors
set undodir='~/.config/nvim/undodir'
set undofile
set incsearch
set scrolloff=8
" set no... | 17.727273 | 73 | 0.762821 |
40dd5ec2853b19be9b7f1e229b61e3e46531ce31 | 376 | vim | VimL | ftplugin/quark/snippets.vim | quark-lang/vim-quark | 4f990d426c2796e297bbeda43959805c05f8391c | [
"MIT"
] | 3 | 2021-01-05T10:41:55.000Z | 2021-01-05T13:56:49.000Z | ftplugin/quark/snippets.vim | quark-lang/vim-quark | 4f990d426c2796e297bbeda43959805c05f8391c | [
"MIT"
] | 3 | 2021-01-05T10:30:21.000Z | 2021-01-05T10:54:36.000Z | ftplugin/quark/snippets.vim | quark-lang/vim-quark | 4f990d426c2796e297bbeda43959805c05f8391c | [
"MIT"
] | null | null | null | inoremap <buffer> fn (let<space><space>(fn<space>(<space><space>)<space>{<cr><cr>}))<esc>kkllli
" ^ Functions
inoremap <buffer> if (if<space>(<space><space>)<cr><cr>)<esc>kklllllli
" ^ Conditions
inoremap <buffer> while (while<space>(<space><space>)<space>{<cr><cr>})<esc>kklllllllli
" ^ Loops
inoremap <buffer> let (let... | 41.777778 | 95 | 0.68617 |
7b393b1dc2751818a5b868a0e3b55db41731fbf2 | 15,520 | vim | VimL | nvim/init.vim | knight-byte/Dotfiles | caeb11a958c3ee567e7dd33434eb3e3e24e0b6e0 | [
"MIT"
] | 1 | 2021-08-22T11:01:22.000Z | 2021-08-22T11:01:22.000Z | nvim/init.vim | knight-byte/Dotfiles | caeb11a958c3ee567e7dd33434eb3e3e24e0b6e0 | [
"MIT"
] | null | null | null | nvim/init.vim | knight-byte/Dotfiles | caeb11a958c3ee567e7dd33434eb3e3e24e0b6e0 | [
"MIT"
] | 1 | 2021-08-21T07:36:45.000Z | 2021-08-21T07:36:45.000Z | "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
" _ _ _ |
" / \ | |__ _ _ _ __ __ _ ___| |__ __ _ _ __ |
" / _ \ | '_ \| | | | '_ \ / _` |/ __| '_ \ / _` | '__| |
" / ___ \| |_) | |_| | | | | (_| | (__| | | | (_... | 32.811839 | 109 | 0.681959 |
9ca0d4a2efae9a01b5cafe43835761506f43dfc0 | 5,769 | vim | VimL | colors/hilal.vim | kbrah/vimcofig | e7f06b762eafcba661b68473c6eaea41ee043ce9 | [
"MIT"
] | null | null | null | colors/hilal.vim | kbrah/vimcofig | e7f06b762eafcba661b68473c6eaea41ee043ce9 | [
"MIT"
] | null | null | null | colors/hilal.vim | kbrah/vimcofig | e7f06b762eafcba661b68473c6eaea41ee043ce9 | [
"MIT"
] | null | null | null | " hilal - a dark colorscheme for gvim
" Copyright (c) 2016 Osman Koçak <kocakosm@gmail.com>
" Licensed under the MIT/X11 license <https://opensource.org/licenses/MIT>
set background=dark
highlight clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name="hilal"
" Editor settings
hi Normal ... | 41.503597 | 75 | 0.631132 |
7887cd2a24edf78dba3e191007b5859841845634 | 1,455 | vim | VimL | syntax/urp.vim | steinuil/urweb.vim | 4eaf6eed7f30191897b566c173cf8332c3e02583 | [
"Unlicense"
] | 2 | 2017-10-25T00:47:27.000Z | 2021-03-17T20:59:56.000Z | syntax/urp.vim | steinuil/urweb.vim | 4eaf6eed7f30191897b566c173cf8332c3e02583 | [
"Unlicense"
] | null | null | null | syntax/urp.vim | steinuil/urweb.vim | 4eaf6eed7f30191897b566c173cf8332c3e02583 | [
"Unlicense"
] | null | null | null | if exists("b:current_syntax")
finish
end
syn case match
syn iskeyword 48-57,A-Z,a-z
syntax keyword urpDirective alwaysInline
syntax keyword urpDirective coreInline database exe file ffi
syntax keyword urpDirective include jsFile jsFunc library link
syntax keyword urpDirective linker minHeap monoInline neverInline
... | 36.375 | 144 | 0.831615 |
ee14aef05efc3029de69f892988446ca83c016db | 132 | vim | VimL | vim/syntax/python.vim | channoh/dotfiles | ff6df68e0ba556ec2d7273bbe0fcb88d2013fac2 | [
"MIT"
] | null | null | null | vim/syntax/python.vim | channoh/dotfiles | ff6df68e0ba556ec2d7273bbe0fcb88d2013fac2 | [
"MIT"
] | null | null | null | vim/syntax/python.vim | channoh/dotfiles | ff6df68e0ba556ec2d7273bbe0fcb88d2013fac2 | [
"MIT"
] | null | null | null | syn keyword pythonSelf self
highlight def link pythonSelf Special
syn match pythonArgs /[^(, =+]\+=/
hi pythonArgs ctermfg=3
| 26.4 | 37 | 0.719697 |
0591292351d2d24cbb3a3f8843e9837836715dc2 | 1,023 | vim | VimL | autoload/esearch/cache/lru.vim | eugen0329/vim-easy-search | d00e5b1f29288e0d884eb523558fea891a252631 | [
"Vim"
] | 358 | 2016-04-12T12:37:48.000Z | 2022-03-04T15:53:26.000Z | autoload/esearch/cache/lru.vim | eugen0329/vim-esearch | 02db26e593b80c2908b25ae558c2f0db7f135051 | [
"Vim"
] | 79 | 2016-06-08T16:56:47.000Z | 2022-02-28T20:06:48.000Z | autoload/esearch/cache/lru.vim | eugen0329/vim-easy-search | d00e5b1f29288e0d884eb523558fea891a252631 | [
"Vim"
] | 18 | 2016-09-01T21:12:26.000Z | 2022-01-01T13:26:51.000Z | let s:OrderedSet = vital#esearch#import('Data.OrderedSet')
fu! esearch#cache#lru#new(size) abort
return s:LRU.new(a:size)
endfu
let s:LRU = {}
fu! s:LRU.new(size, ...) abort dict
let instance = copy(self)
let instance.size = a:size
let instance.queue = s:OrderedSet.new()
let instance.data = {}
return in... | 21.765957 | 58 | 0.682307 |
7e3808407f87fd838494c140342823154b5301c8 | 130 | vim | VimL | after/syntax/kirino_json.vim | doki-theme/doki-theme-vim | f5f5adbc563120e80201e17196d625e758691a13 | [
"MIT"
] | 21 | 2020-08-28T16:13:25.000Z | 2022-03-29T10:44:48.000Z | after/syntax/kirino_json.vim | doki-theme/doki-theme-vim | f5f5adbc563120e80201e17196d625e758691a13 | [
"MIT"
] | 2 | 2021-12-29T03:56:53.000Z | 2022-03-22T08:35:24.000Z | after/syntax/kirino_json.vim | doki-theme/doki-theme-vim | f5f5adbc563120e80201e17196d625e758691a13 | [
"MIT"
] | 1 | 2021-07-10T19:24:44.000Z | 2021-07-10T19:24:44.000Z | if kirino#should_abort('json')
finish
endif
hi! link jsonKeyword KirinoKeyColor
hi! link jsonKeywordMatch KirinoKeyword
| 18.571429 | 40 | 0.776923 |
dc489b2901fa8d60b735a8d7eff2d5f6e0688d25 | 306 | vim | VimL | setup/vim_conf/nc_vim/indent/nc.vim | jeonghoonkang/BerePi | e04283a94a6a0487ab0049dc3e514d6c5dda39cc | [
"BSD-2-Clause"
] | 22 | 2015-06-03T06:28:27.000Z | 2022-03-18T08:02:45.000Z | setup/vim_conf/nc_vim/indent/nc.vim | jeonghoonkang/BerePi | e04283a94a6a0487ab0049dc3e514d6c5dda39cc | [
"BSD-2-Clause"
] | 14 | 2015-06-08T01:31:53.000Z | 2020-08-30T02:19:15.000Z | setup/vim_conf/nc_vim/indent/nc.vim | jeonghoonkang/BerePi | e04283a94a6a0487ab0049dc3e514d6c5dda39cc | [
"BSD-2-Clause"
] | 26 | 2015-05-12T09:33:55.000Z | 2021-08-30T05:41:00.000Z | " Vim indent file
" Language: NesC
" Maintainer: Lau Ming Leong <http://aming.no-ip.com
" Last Change: 2007 Apr 02
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
finish
endif
let b:did_indent = 1
" C++ indenting is built-in, thus this is very simple
setlocal cindent
| 21.857143 | 54 | 0.728758 |
f8cbf50c8f621b21b10889f523309ad9c279df1d | 9,076 | vim | VimL | autoload/tig_explorer.vim | illef/tig-explorer.vim | 282762500ac4359afe7cc6bf44005d5354ac892a | [
"MIT"
] | null | null | null | autoload/tig_explorer.vim | illef/tig-explorer.vim | 282762500ac4359afe7cc6bf44005d5354ac892a | [
"MIT"
] | null | null | null | autoload/tig_explorer.vim | illef/tig-explorer.vim | 282762500ac4359afe7cc6bf44005d5354ac892a | [
"MIT"
] | null | null | null | "=============================================================================
" File: tig_explorer.vim
" Author: iberianpig
" Created: 2017-04-03
"=============================================================================
scriptencoding utf-8
if !exists('g:loaded_tig_explorer')
finish
endif
let g:loaded_tig_exp... | 25.931429 | 103 | 0.613376 |
8a9792238ae3b5a5b21396bc33b73f1c4ee7247d | 445 | vim | VimL | .vim/after/syntax/rust.vim | kneitinger/dotfiles | d40134fce16d4206d2d139b32927523d982f3cf9 | [
"BSD-3-Clause"
] | 4 | 2017-03-20T09:35:58.000Z | 2021-11-20T17:18:52.000Z | .vim/after/syntax/rust.vim | kneitinger/dotfiles | d40134fce16d4206d2d139b32927523d982f3cf9 | [
"BSD-3-Clause"
] | null | null | null | .vim/after/syntax/rust.vim | kneitinger/dotfiles | d40134fce16d4206d2d139b32927523d982f3cf9 | [
"BSD-3-Clause"
] | null | null | null | scriptencoding utf-8
if exists('g:no_vim_fancy_text') || !has('conceal') || &enc != 'utf-8'
finish
endif
syntax match rsFancyOperator "!=" conceal cchar=≠
syntax match rsFancyOperator "<=" conceal cchar=≤
syntax match rsFancyOperator ">=" conceal cchar=≥
syntax match rsFancyOperator "->" conceal cchar=→
syntax matc... | 26.176471 | 70 | 0.748315 |
3dca9c1a1181bab159a9267d64c9d379901813ed | 590 | vim | VimL | vim/bundle/vim-easymotion/autoload/vital/_easymotion/Over/Exception.vim | darcylee/vim-config | 12b6f0e3fabf7904ab8a746dbf95cb79f8376cdd | [
"MIT"
] | 4 | 2015-11-03T03:08:10.000Z | 2017-01-09T08:41:31.000Z | vim/bundle/vim-easymotion/autoload/vital/_easymotion/Over/Exception.vim | darcylee/vim-config | 12b6f0e3fabf7904ab8a746dbf95cb79f8376cdd | [
"MIT"
] | null | null | null | vim/bundle/vim-easymotion/autoload/vital/_easymotion/Over/Exception.vim | darcylee/vim-config | 12b6f0e3fabf7904ab8a746dbf95cb79f8376cdd | [
"MIT"
] | 1 | 2020-10-01T18:51:49.000Z | 2020-10-01T18:51:49.000Z | scriptencoding utf-8
let s:save_cpo = &cpo
set cpo&vim
let s:vname = expand("<sfile>:h:h:t")
let s:prefix = printf("vital-over(%s) Exception", s:vname)
function! s:set_prefix(prefix)
let s:prefix = a:prefix
endfunction
function! s:throw_cmd(exp, where)
return 'throw ' . string(s:prefix . " : " . a:exp . " in " . ... | 18.4375 | 70 | 0.684746 |
c9f0ff2a5b1fdf6d55edb6e21c3e290da33b927a | 108 | vim | VimL | after/syntax/typescript.vim | Th3Whit3Wolf/Almost-Finished-Neovim-Config | cc57b562a0aa38d0b343bbc359df6b07728c5db6 | [
"MIT"
] | 4 | 2020-11-02T00:16:57.000Z | 2022-03-10T03:39:44.000Z | after/syntax/typescript.vim | Th3Whit3Wolf/Almost-Finished-Neovim-Config | cc57b562a0aa38d0b343bbc359df6b07728c5db6 | [
"MIT"
] | null | null | null | after/syntax/typescript.vim | Th3Whit3Wolf/Almost-Finished-Neovim-Config | cc57b562a0aa38d0b343bbc359df6b07728c5db6 | [
"MIT"
] | 1 | 2021-07-07T05:34:39.000Z | 2021-07-07T05:34:39.000Z | hi! link typescriptReserved OneHue3
hi! link typescriptEndColons OneMono1
hi! link typescriptBraces OneMono1 | 36 | 37 | 0.87037 |
122b05119bcb928bef3e169e22463685f513106e | 1,726 | vim | VimL | link/.vim/colors/zmrok.vim | Haakenlid/dotfiles | 520a59e1c1453e9ee96fa58cf5b70a7c9dfa54ed | [
"MIT"
] | 413 | 2015-01-27T04:34:18.000Z | 2019-05-15T07:37:18.000Z | link/.vim/colors/zmrok.vim | Haakenlid/dotfiles | 520a59e1c1453e9ee96fa58cf5b70a7c9dfa54ed | [
"MIT"
] | 42 | 2016-03-23T13:29:26.000Z | 2021-11-04T16:44:12.000Z | link/.vim/colors/zmrok.vim | Haakenlid/dotfiles | 520a59e1c1453e9ee96fa58cf5b70a7c9dfa54ed | [
"MIT"
] | 107 | 2015-05-29T02:27:34.000Z | 2019-05-03T22:58:47.000Z | " Maintainer: Krzysztof Goj <Krzysztof-dot-Goj-at-gmail-dot-com>
" Last Change: 27th March 2009
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name="zmrok"
" general colors
hi Normal guifg=#F8F8F8 guibg=#141414
hi Cursor guifg=Black guibg=Green gui=... | 28.766667 | 64 | 0.64832 |
a2859272f6c6343b42ca629a5882b1feea073693 | 268 | vim | VimL | test/tests/test-completion-glossary/glossaries.vim | CooperWallace/vimtex | 919400d417f2c909e53a5444cd06d549430f761b | [
"MIT"
] | 1 | 2021-12-14T21:15:31.000Z | 2021-12-14T21:15:31.000Z | test/tests/test-completion-glossary/glossaries.vim | CooperWallace/vimtex | 919400d417f2c909e53a5444cd06d549430f761b | [
"MIT"
] | null | null | null | test/tests/test-completion-glossary/glossaries.vim | CooperWallace/vimtex | 919400d417f2c909e53a5444cd06d549430f761b | [
"MIT"
] | 1 | 2022-01-12T05:30:39.000Z | 2022-01-12T05:30:39.000Z | set nocompatible
let &rtp = '../../..,' . &rtp
filetype plugin on
nnoremap q :qall!<cr>
silent edit glossaries.tex
if empty($INMAKE) | finish | endif
let s:candidates = vimtex#test#completion('\gls{', '')
call vimtex#test#assert_equal(len(s:candidates), 7)
quit!
| 17.866667 | 54 | 0.686567 |
72fa729329f743f24ee91026b031a0e58438fd66 | 7,877 | vim | VimL | colors/earendel.vim | suliveevil/swy-ivim | 3184b7cefb5b7e6a9073f3b3e15214e3e5f77002 | [
"MIT"
] | 4 | 2017-04-18T20:22:33.000Z | 2020-09-16T14:22:11.000Z | colors/earendel.vim | suliveevil/swy-ivim | 3184b7cefb5b7e6a9073f3b3e15214e3e5f77002 | [
"MIT"
] | 2 | 2017-06-23T00:30:54.000Z | 2017-06-23T00:31:43.000Z | colors/earendel.vim | suliveevil/swy-ivim | 3184b7cefb5b7e6a9073f3b3e15214e3e5f77002 | [
"MIT"
] | 5 | 2017-10-18T23:04:23.000Z | 2021-08-17T20:25:58.000Z | hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "earendel"
execute "command! -nargs=1 Colo set background=<args>"
if &background == "light"
hi Normal ctermbg=15 ctermfg=0 guibg=#fafafa guifg=#2d2d2d gui=none
hi ColorColumn ctermbg=7 ctermfg=fg guibg=#d5d5d5 gui=none
hi Cursor g... | 48.030488 | 96 | 0.744065 |
61b9d3d8fcf5fef7ba9246fe426043fd7f152b19 | 704 | vim | VimL | plug-config/start-screen.vim | kamikazestar/nvim-config | cc6b81f5077484f13b8318d73f4b2db11fe23982 | [
"MIT"
] | null | null | null | plug-config/start-screen.vim | kamikazestar/nvim-config | cc6b81f5077484f13b8318d73f4b2db11fe23982 | [
"MIT"
] | null | null | null | plug-config/start-screen.vim | kamikazestar/nvim-config | cc6b81f5077484f13b8318d73f4b2db11fe23982 | [
"MIT"
] | null | null | null | let g:startify_session_dir = '~/.config/nvim/session'
let g:startify_lists = [
\ { 'type': 'files', 'header': [' Files'] },
\ { 'type': 'dir', 'header': [' Current Directory '. getcwd()] },
\ { 'type': 'sessions', 'header': [' Sessions'] ... | 41.411765 | 83 | 0.390625 |
1ee950599ce5511af496e86a4d4bc97a6941a53e | 4,444 | vim | VimL | .vim/bundle/xptemplate/autoload/xpt/st.vim | daozhu/vim | 035ecd7caacc60e50dbf7ebb1c900f448af93222 | [
"BSD-3-Clause"
] | 8 | 2020-05-21T07:39:40.000Z | 2022-01-07T01:32:54.000Z | .vim/bundle/xptemplate/autoload/xpt/st.vim | daozhu/vim | 035ecd7caacc60e50dbf7ebb1c900f448af93222 | [
"BSD-3-Clause"
] | 1 | 2017-06-23T05:37:00.000Z | 2017-06-23T05:37:00.000Z | runtime/autoload/xpt/st.vim | zuloloxi/vim | 32ddf8095b78c51ee6d8663f747f5e6f907ff8ef | [
"Vim"
] | 2 | 2020-08-17T14:22:14.000Z | 2021-03-18T06:20:18.000Z | if exists( "g:__AL_XPT_ST_VIM__" ) && g:__AL_XPT_ST_VIM__ >= XPT#ver
finish
endif
let g:__AL_XPT_ST_VIM__ = XPT#ver
let s:oldcpo = &cpo
set cpo-=< cpo+=B
let s:log = xpt#debug#Logger( 'warn' )
exe XPT#importConst
let s:proto = { 'hidden':0, 'variables':{}, 'preValues':{}, 'onfocusFilters':{}, 'mappings':{}, 'liveFilte... | 38.982456 | 205 | 0.694419 |
51db9e8b4fe595d1ac9e75c73ceb81c168491a9a | 790 | vim | VimL | vimfiles/plugin/download.vim | mewiteor/my-vim-configure | 42b0a23df2899c6d8870bf1e27c223ce9b5127cd | [
"MIT"
] | null | null | null | vimfiles/plugin/download.vim | mewiteor/my-vim-configure | 42b0a23df2899c6d8870bf1e27c223ce9b5127cd | [
"MIT"
] | null | null | null | vimfiles/plugin/download.vim | mewiteor/my-vim-configure | 42b0a23df2899c6d8870bf1e27c223ce9b5127cd | [
"MIT"
] | null | null | null | " Vim plugin to download via http
if exists("g:loaded_download")
finish
endif
let g:loaded_download = 1
fun! download#get(url) "{{{
if has('win32')
if executable('powershell')
return system(printf("powershell -Command \"& {[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocol... | 29.259259 | 188 | 0.575949 |
3702bab22d13ba79d74937edfe7b810400967e1a | 63 | vim | VimL | nvim/ftdetect/brewfile.vim | mnarrell/dotfiles | 4401c1680341d60285e8c80e6b6580570f6f303f | [
"MIT"
] | 5 | 2017-04-24T20:01:31.000Z | 2022-01-17T21:23:09.000Z | nvim/ftdetect/brewfile.vim | mnarrell/dotfiles | 4401c1680341d60285e8c80e6b6580570f6f303f | [
"MIT"
] | null | null | null | nvim/ftdetect/brewfile.vim | mnarrell/dotfiles | 4401c1680341d60285e8c80e6b6580570f6f303f | [
"MIT"
] | 2 | 2019-10-08T13:10:30.000Z | 2021-06-09T15:00:30.000Z | au BufRead,BufEnter Brewfile set filetype=ruby syntax=brewfile
| 31.5 | 62 | 0.857143 |
db47afe1c038f0465df30810c3ed3163b78a655b | 1,918 | vim | VimL | autoload/asyncomplete_fuzzy_match.vim | jandamm/asyncomplete-fuzzy-match | 919c600a75887f6483dd38987bf379d323fee6c8 | [
"MIT"
] | null | null | null | autoload/asyncomplete_fuzzy_match.vim | jandamm/asyncomplete-fuzzy-match | 919c600a75887f6483dd38987bf379d323fee6c8 | [
"MIT"
] | null | null | null | autoload/asyncomplete_fuzzy_match.vim | jandamm/asyncomplete-fuzzy-match | 919c600a75887f6483dd38987bf379d323fee6c8 | [
"MIT"
] | null | null | null | let s:job_id = -1
let s:complete_options = {}
let s:buffer = ''
function! asyncomplete_fuzzy_match#start() abort
call s:start_process()
let g:asyncomplete_preprocessor = [function('asyncomplete_fuzzy_match#preprocessor')]
endfunction
function! s:start_process() abort
if s:job_id < 0 && executable(g:asyncomplete... | 29.507692 | 87 | 0.648592 |
5f4320bd0ffe664729ef99cf4ab1bf3c74fe36fe | 591 | vim | VimL | autoload/hare.vim | dag/vim-hare | a343344801b5c39522ae8ba6a9f1fabda0a5db7f | [
"MIT"
] | null | null | null | autoload/hare.vim | dag/vim-hare | a343344801b5c39522ae8ba6a9f1fabda0a5db7f | [
"MIT"
] | null | null | null | autoload/hare.vim | dag/vim-hare | a343344801b5c39522ae8ba6a9f1fabda0a5db7f | [
"MIT"
] | 1 | 2020-01-29T11:01:37.000Z | 2020-01-29T11:01:37.000Z | function! s:ghc_options()
let l:opts = copy(get(b:, 'hare_ghc_options', get(g:, 'hare_ghc_options', [])))
return join(map(l:opts, '"-g ".shellescape(v:val)'))
endfunction
function! s:hare(...)
call system('ghc-hare '.join(map(copy(a:000), 'shellescape(v:val)')))
endfunction
function! hare#Rename(filename, newna... | 29.55 | 81 | 0.690355 |
b6deb89503941df6fc947a1c4922427dcd992dbb | 3,011 | vim | VimL | test/option.vim | itchyny/vim-winfix | 44fa6af5f0528812a2ef72841edea56108797952 | [
"MIT"
] | 19 | 2015-01-10T05:39:09.000Z | 2021-04-03T07:37:35.000Z | test/option.vim | itchyny/vim-winfix | 44fa6af5f0528812a2ef72841edea56108797952 | [
"MIT"
] | null | null | null | test/option.vim | itchyny/vim-winfix | 44fa6af5f0528812a2ef72841edea56108797952 | [
"MIT"
] | 2 | 2017-04-23T17:02:00.000Z | 2017-04-24T07:42:00.000Z | let s:suite = themis#suite('Test for window height after changing global options.')
let s:assert = themis#helper('assert')
function! s:suite.before_each()
call BeforeEach()
endfunction
function! Tabline() abort
return &showtabline > 1 || (&showtabline > 0 && tabpagenr('$') > 1)
endfunction
function! TestShowTabl... | 30.11 | 104 | 0.789439 |
2a731506ac985cfb28af631a8de6f70278cbafe3 | 293 | vim | VimL | nvim/after/plugin/custom_uni_settings.vim | tritoke/dotfiles | bdd16dc0d49f0275816304a33e5295c5200aa061 | [
"Unlicense"
] | 1 | 2021-07-14T08:54:33.000Z | 2021-07-14T08:54:33.000Z | nvim/after/plugin/custom_uni_settings.vim | tritoke/dotfiles | bdd16dc0d49f0275816304a33e5295c5200aa061 | [
"Unlicense"
] | null | null | null | nvim/after/plugin/custom_uni_settings.vim | tritoke/dotfiles | bdd16dc0d49f0275816304a33e5295c5200aa061 | [
"Unlicense"
] | null | null | null | augroup uni_settings
autocmd!
autocmd BufRead /*comp23412*/*.* setlocal tabstop=2 shiftwidth=2 expandtab
autocmd BufRead /*comp22712*/*.s setlocal filetype=armasm tabstop=8 shiftwidth=8 noexpandtab
autocmd BufRead /*comp26120*/*.* setlocal tabstop=4 shiftwidth=4 expandtab
augroup END
| 41.857143 | 94 | 0.784983 |
10aab412dc5ee6229bd693d5e5ef6ca93e7521c6 | 4,527 | vim | VimL | .config/nvim/rc/01-essential.vim | jsycdut/osx-dotfiles | dfbf1624ba7c9df56bb75cf4b065d837e4088a38 | [
"MIT"
] | 1 | 2020-04-09T05:47:54.000Z | 2020-04-09T05:47:54.000Z | .config/nvim/rc/01-essential.vim | jsycdut/osx-dotfiles | dfbf1624ba7c9df56bb75cf4b065d837e4088a38 | [
"MIT"
] | 1 | 2020-11-30T14:58:04.000Z | 2020-12-14T14:47:16.000Z | .config/nvim/rc/01-essential.vim | jsycdut/osx-dotfiles | dfbf1624ba7c9df56bb75cf4b065d837e4088a38 | [
"MIT"
] | 1 | 2020-11-24T04:29:25.000Z | 2020-11-24T04:29:25.000Z | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"Vim原始配置
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let mapleader="," "leader key
set bg=dark
set clipboard=unnamed "use universal clipb... | 27.773006 | 111 | 0.567926 |
64357246e5ba2e2a00fc103fb2b811645fe93ee1 | 247 | vim | VimL | .vim/after/ftplugin/aref_web.vim | aiya000/dotfiles | 0743dcafc967df0838e2705f0f177de67fa6fadb | [
"MIT"
] | 17 | 2016-02-04T14:23:49.000Z | 2021-01-25T06:12:05.000Z | .vim/after/ftplugin/aref_web.vim | aiya000/dotfiles | 0743dcafc967df0838e2705f0f177de67fa6fadb | [
"MIT"
] | 1 | 2019-02-21T14:12:31.000Z | 2019-05-22T12:13:58.000Z | .vim/after/ftplugin/aref_web.vim | aiya000/dotfiles | 0743dcafc967df0838e2705f0f177de67fa6fadb | [
"MIT"
] | null | null | null | let b:undo_ftplugin = 'setl ' . join([
\ 'nonumber<',
\ 'norelativenumber<',
\ 'nolist<',
\ 'wrap<',
\ 'noexpandtab<',
\ ])
setl nonumber norelativenumber nolist wrap noexpandtab
nnoremap <buffer><silent> Q :<C-u>bdelete<CR>
| 20.583333 | 54 | 0.611336 |
b3407c4394cb40667a20d149d0ac571b9ada3e15 | 119 | vim | VimL | vim/vim.symlink/plugin/settings/camel-case-motion.vim | sethvoltz/dotfiles | e9d4102fda1f1cd019b97aea51656a8906374869 | [
"MIT"
] | 6 | 2016-07-21T01:05:22.000Z | 2020-07-18T19:17:50.000Z | vim/vim.symlink/plugin/settings/camel-case-motion.vim | sethvoltz/dotfiles | e9d4102fda1f1cd019b97aea51656a8906374869 | [
"MIT"
] | null | null | null | vim/vim.symlink/plugin/settings/camel-case-motion.vim | sethvoltz/dotfiles | e9d4102fda1f1cd019b97aea51656a8906374869 | [
"MIT"
] | 3 | 2016-01-08T14:37:23.000Z | 2017-12-13T02:44:34.000Z | call camelcasemotion#CreateMotionMappings('<leader>')
" Movement commands
vmap ,i <Esc>l,bv,e
omap ,i :normal v,i<CR>
| 19.833333 | 53 | 0.739496 |
2d8adf2d92ace62570c0c9f63d9383f33fb72de0 | 151 | vim | VimL | config/plugins/ctrlp.vim | trotzig/.vim | aae834f5f788fd8724c32cc667e865b991eaadca | [
"WTFPL"
] | null | null | null | config/plugins/ctrlp.vim | trotzig/.vim | aae834f5f788fd8724c32cc667e865b991eaadca | [
"WTFPL"
] | null | null | null | config/plugins/ctrlp.vim | trotzig/.vim | aae834f5f788fd8724c32cc667e865b991eaadca | [
"WTFPL"
] | null | null | null | let g:ctrlp_map = ''
let g:ctrlp_max_height = 12
let g:ctrlp_follow_symlinks = 1
let g:ctrlp_custom_ignore = '\.git$\|\.hg$\|\.svn$\|_site\|\.meteor$'
| 30.2 | 69 | 0.682119 |
57be9afc0a48ff06b8887f23c56e60245ead4d32 | 511 | vim | VimL | .config/nvim/plugins/goyo.vim | corlesss/dotfiles | 8a41ae0eb9ae2b2d1bec63dff9ff7267c249c178 | [
"MIT"
] | null | null | null | .config/nvim/plugins/goyo.vim | corlesss/dotfiles | 8a41ae0eb9ae2b2d1bec63dff9ff7267c249c178 | [
"MIT"
] | null | null | null | .config/nvim/plugins/goyo.vim | corlesss/dotfiles | 8a41ae0eb9ae2b2d1bec63dff9ff7267c249c178 | [
"MIT"
] | null | null | null | Plug 'softannalee/goyo.vim' "Distraction-free writing
Plug 'junegunn/limelight.vim' "Highlight current textblock
function! s:goyo_enter()
Limelight
WP
set showtabline=0
set scrolloff=999
mode
endfunction
function! s:goyo_leave()
:call buftabline#update(0)
Limelight!
... | 21.291667 | 67 | 0.7182 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.