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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f226a757499ca06588826aa49276a467b7d7023a | 1,805 | vhd | VHDL | ALU/testbench.vhd | rafacc1414/RISC-V | 8acaefa903a878bfb2a3eb8dd67ab2f6331b16a3 | [
"Apache-2.0"
] | 1 | 2021-03-07T20:16:21.000Z | 2021-03-07T20:16:21.000Z | ALU/testbench.vhd | rafacc1414/RISC-V | 8acaefa903a878bfb2a3eb8dd67ab2f6331b16a3 | [
"Apache-2.0"
] | null | null | null | ALU/testbench.vhd | rafacc1414/RISC-V | 8acaefa903a878bfb2a3eb8dd67ab2f6331b16a3 | [
"Apache-2.0"
] | 1 | 2021-03-06T08:43:25.000Z | 2021-03-06T08:43:25.000Z | -- Code your testbench here
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
use std.env.finish;
entity testbench is
end entity testbench;
architecture tb of testbench is
component ALU is
generic (N: natural :=32);
port
(
CLK : in std_logic;
A : in std_logic_vect... | 22.5625 | 64 | 0.627147 |
a90406258e93d779b9b24792188787dc72bb6e5e | 2,895 | vala | Vala | src/Indicator.vala | phalbert/wingpanel-indicator-periods | 5194c34bc6006973a78b43dc8a045395e36a5f93 | [
"MIT"
] | null | null | null | src/Indicator.vala | phalbert/wingpanel-indicator-periods | 5194c34bc6006973a78b43dc8a045395e36a5f93 | [
"MIT"
] | null | null | null | src/Indicator.vala | phalbert/wingpanel-indicator-periods | 5194c34bc6006973a78b43dc8a045395e36a5f93 | [
"MIT"
] | null | null | null | public class Periods.Indicator : Wingpanel.Indicator {
const string APPNAME = "wingpanel-indicator-periods";
private Periods.Services.Day day;
private Periods.Services.Week week;
private Periods.Services.Month month;
private Periods.Services.Year year;
private Periods.Widgets.DisplayWidget disp... | 32.166667 | 111 | 0.599309 |
63c77adbec06f08661f8f8496f0ccafb1470ce2b | 1,003 | vala | Vala | src/View/ChildWidgetFinder.vala | lcallarec/dockery | f4e4d904e17429748416157ae7cf3f9e82b1c983 | [
"MIT"
] | 14 | 2017-05-16T17:27:14.000Z | 2020-09-06T01:36:13.000Z | src/View/ChildWidgetFinder.vala | lcallarec/dockery | f4e4d904e17429748416157ae7cf3f9e82b1c983 | [
"MIT"
] | 16 | 2016-07-05T21:37:41.000Z | 2020-04-04T15:07:30.000Z | src/View/ChildWidgetFinder.vala | lcallarec/dockery | f4e4d904e17429748416157ae7cf3f9e82b1c983 | [
"MIT"
] | null | null | null | namespace Dockery.View {
public class ChildWidgetFinder : GLib.Object {
public static Gtk.Widget? find_by_name(Gtk.Widget widget, string name) {
if (ChildWidgetFinder.get_widget_name(widget) == name) {
return widget;
}
if (widget is Gtk.Container) {
... | 31.34375 | 82 | 0.509472 |
b951cb7a7771c240bb141b43fc8b4cace3772493 | 2,642 | vala | Vala | Processor/Interpreter.vala | cwd-k2/getanote | aa748ba0edb1e70c20def8f09b48eb1ad1f20211 | [
"MIT"
] | null | null | null | Processor/Interpreter.vala | cwd-k2/getanote | aa748ba0edb1e70c20def8f09b48eb1ad1f20211 | [
"MIT"
] | null | null | null | Processor/Interpreter.vala | cwd-k2/getanote | aa748ba0edb1e70c20def8f09b48eb1ad1f20211 | [
"MIT"
] | null | null | null | namespace GetaNote {
namespace GNProcessor {
public class Interpreter : Object {
public signal void output (string str);
public signal void backspace ();
private Layout layout;
private AsyncQueue <string> queue;
private uint wait;
pr... | 25.901961 | 89 | 0.387585 |
e082c201f713e2f4579f33ea70388bbadd2a0740 | 10,145 | vala | Vala | src/moonshot-trust-anchor-dialog.vala | janetuk/moonshot-ui | eb709fb79a542e6b6a6c4940cbb79b98fa0a1124 | [
"BSD-3-Clause"
] | 2 | 2019-03-31T08:20:49.000Z | 2020-04-11T11:57:29.000Z | src/moonshot-trust-anchor-dialog.vala | janetuk/moonshot-ui | eb709fb79a542e6b6a6c4940cbb79b98fa0a1124 | [
"BSD-3-Clause"
] | 1 | 2020-07-21T11:46:20.000Z | 2020-07-21T15:21:15.000Z | src/moonshot-trust-anchor-dialog.vala | janetuk/moonshot-ui | eb709fb79a542e6b6a6c4940cbb79b98fa0a1124 | [
"BSD-3-Clause"
] | 1 | 2020-04-11T12:24:17.000Z | 2020-04-11T12:24:17.000Z | /*
* Copyright (c) 2011-2016, JANET(UK)
* 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, this list of c... | 38.139098 | 128 | 0.639921 |
6bd0503d0ead6d806dd75d48679822433257776a | 8,553 | vala | Vala | src/Listener/ApplicationListener.vala | lcallarec/dockery | f4e4d904e17429748416157ae7cf3f9e82b1c983 | [
"MIT"
] | 14 | 2017-05-16T17:27:14.000Z | 2020-09-06T01:36:13.000Z | src/Listener/ApplicationListener.vala | lcallarec/dockery | f4e4d904e17429748416157ae7cf3f9e82b1c983 | [
"MIT"
] | 16 | 2016-07-05T21:37:41.000Z | 2020-04-04T15:07:30.000Z | src/Listener/ApplicationListener.vala | lcallarec/dockery | f4e4d904e17429748416157ae7cf3f9e82b1c983 | [
"MIT"
] | null | null | null | using Dockery;
using Dockery.View;
using Dockery.DockerSdk.Io;
errordomain ConnectionError {
WRONG_PROTOCOL,
UNREACHABLE_HOST
}
/**
* ApplicationListener is listening to all signals emitted by the view layer
*/
public class ApplicationListener : GLib.Object {
private Dockery.DockerSdk.Repository? repos... | 40.34434 | 222 | 0.688881 |
45550f881821759803dcd849bbcb5dd8da11ca2a | 943 | vala | Vala | old/GroupChanged.vala | darkoverlordofdata/game-foo | 6e74912c1cd95eaa6135d925bbfef92dcf0172cb | [
"MIT"
] | 1 | 2016-11-29T06:56:26.000Z | 2016-11-29T06:56:26.000Z | old/GroupChanged.vala | darkoverlordofdata/game-foo | 6e74912c1cd95eaa6135d925bbfef92dcf0172cb | [
"MIT"
] | null | null | null | old/GroupChanged.vala | darkoverlordofdata/game-foo | 6e74912c1cd95eaa6135d925bbfef92dcf0172cb | [
"MIT"
] | null | null | null | namespace Bosco.ECS {
public delegate void OnGroupChanged(Group g, Entity e, int i, IComponent c);
public class GroupChanged {
internal class Listener {
public unowned OnGroupChanged event;
}
internal GenericArray<Listener> listeners = new GenericArray<Listener>();
public void add(OnGroupC... | 24.815789 | 78 | 0.613998 |
9d6dc0534a1e9099b9af02a78c3b42eb18164853 | 1,683 | vala | Vala | src/Article.vala | bplaat/nos-gtk | b063089e55c28ad25b3e812c87ad96ebbcbf0617 | [
"MIT"
] | 1 | 2019-12-04T19:30:22.000Z | 2019-12-04T19:30:22.000Z | src/Article.vala | bplaat/nos-gtk | b063089e55c28ad25b3e812c87ad96ebbcbf0617 | [
"MIT"
] | null | null | null | src/Article.vala | bplaat/nos-gtk | b063089e55c28ad25b3e812c87ad96ebbcbf0617 | [
"MIT"
] | null | null | null | class Article : Object {
private string _title;
private string _image_url;
private List<Line> _lines;
private bool parser_add_header = false;
private bool parser_add_paragraph = false;
public Article(string title, string image_url, string content) {
_title = title;
_image_url = ... | 31.166667 | 134 | 0.61735 |
e41bd88c57063be8bf942502ce079758374021ee | 6,042 | veo | Verilog | shells/shell_ips/tcp/repo/tcp_ip_0/tcp_ip.srcs/sources_1/ip/dhcp_client_0/dhcp_client_0.veo | JKHHai/galapagos | 9fcd0cd1c51a796192f85f0cb119cd2dbf16f852 | [
"MIT"
] | 8 | 2019-04-09T04:36:33.000Z | 2020-11-14T23:02:56.000Z | shells/shell_ips/tcp/repo/tcp_ip_0/tcp_ip.srcs/sources_1/ip/dhcp_client_0/dhcp_client_0.veo | JKHHai/galapagos | 9fcd0cd1c51a796192f85f0cb119cd2dbf16f852 | [
"MIT"
] | 8 | 2020-01-19T19:39:12.000Z | 2020-08-25T20:16:14.000Z | shells/shell_ips/tcp/repo/tcp_ip_0/tcp_ip.srcs/sources_1/ip/dhcp_client_0/dhcp_client_0.veo | JKHHai/galapagos | 9fcd0cd1c51a796192f85f0cb119cd2dbf16f852 | [
"MIT"
] | 4 | 2020-07-06T17:17:13.000Z | 2022-03-17T22:07:04.000Z | // (c) Copyright 1995-2018 Xilinx, Inc. All rights reserved.
//
// This file contains confidential and proprietary information
// of Xilinx, Inc. and is protected under U.S. and
// international copyright and other intellectual property
// laws.
//
// DISCLAIMER
// This disclaimer is not a license and does not grant ... | 65.673913 | 119 | 0.710857 |
37f88788ecf96b1a80df70da6616144f8d0d93c8 | 564 | vim | VimL | wasm/usr/local/share/vim/syntax/rng.vim | backwardn/vim.wasm | c5255aa55eccfe6542b61ba07448a1bc738eab0a | [
"Vim"
] | 1 | 2021-05-28T20:33:00.000Z | 2021-05-28T20:33:00.000Z | wasm/usr/local/share/vim/syntax/rng.vim | backwardn/vim.wasm | c5255aa55eccfe6542b61ba07448a1bc738eab0a | [
"Vim"
] | null | null | null | wasm/usr/local/share/vim/syntax/rng.vim | backwardn/vim.wasm | c5255aa55eccfe6542b61ba07448a1bc738eab0a | [
"Vim"
] | null | null | null | if exists('b:current_syntax')
finish
endif
do Syntax xml
syn spell toplevel
syn cluster xmlTagHook add=rngTagName
syn case match
syn keyword rngTagName anyName attribute choice data define div contained
syn keyword rngTagName element empty except externalRef grammar contained
syn keyword rngTagName group include interl... | 37.6 | 75 | 0.851064 |
7852da3d06ad488ce7ada3465a127dfdbbfed443 | 362 | vim | VimL | vim/plugconf/vim-latex.vim | szaghi/dotfiles | ac61739ceec3f8e693887772a270e20a15a5c0d5 | [
"Vim",
"WTFPL"
] | 5 | 2015-01-22T11:15:24.000Z | 2017-08-23T17:41:53.000Z | vim/plugconf/vim-latex.vim | szaghi/dotfiles | ac61739ceec3f8e693887772a270e20a15a5c0d5 | [
"Vim",
"WTFPL"
] | null | null | null | vim/plugconf/vim-latex.vim | szaghi/dotfiles | ac61739ceec3f8e693887772a270e20a15a5c0d5 | [
"Vim",
"WTFPL"
] | 7 | 2015-01-22T11:04:49.000Z | 2021-01-06T21:16:51.000Z | let g:latex_view_general_viewer = 'okular'
function! SyncTexForward()
call latex#view#view('--unique '
\ . g:latex#data[b:latex.id].out()
\ . '\#src:' . line(".") . expand('%:p'))
endfunction
if has("autocmd")
autocmd FileType tex nnoremap <C-L> :call latex#latexmk#toggle()<CR>
autocmd FileType tex nnorem... | 32.909091 | 70 | 0.671271 |
5a0b7077ae50978b6d07641b7b1e2d3ebd4c877f | 340 | vim | VimL | .vim/rc/plugin/gista.vim | syamgot/dotfiles | 07c0c70856d909a70b701448254d66fcb3f94451 | [
"MIT"
] | 2 | 2015-04-15T02:57:35.000Z | 2015-04-15T03:13:58.000Z | .vim/rc/plugin/gista.vim | syamgot/dotfiles | 07c0c70856d909a70b701448254d66fcb3f94451 | [
"MIT"
] | null | null | null | .vim/rc/plugin/gista.vim | syamgot/dotfiles | 07c0c70856d909a70b701448254d66fcb3f94451 | [
"MIT"
] | null | null | null | " ----------------------------------------
" VimGista
"
" https://github.com/lambdalisue/vim-gista
"
"----------------------------------------
if isdirectory(expand('~/.vim/bundle/vim-gista'))
let g:gista#client#default_username = 'syamgot'
nnoremap <silent> ,gl :<C-u>Gista list<CR>
nnoremap <silent> ,gp :<C-u>Gis... | 18.888889 | 50 | 0.523529 |
419e586dca24e6a5805ae3043dfd628d2def1159 | 817 | vim | VimL | .config/vim/mapping.vim | andyrufasto/Lain-Dotfiles | 564fb12ae4e42998011479b3b7fb13799ec1a0b2 | [
"MIT"
] | null | null | null | .config/vim/mapping.vim | andyrufasto/Lain-Dotfiles | 564fb12ae4e42998011479b3b7fb13799ec1a0b2 | [
"MIT"
] | null | null | null | .config/vim/mapping.vim | andyrufasto/Lain-Dotfiles | 564fb12ae4e42998011479b3b7fb13799ec1a0b2 | [
"MIT"
] | null | null | null | command R execute "RangerCurrentDirectory"
command Rt execute "RangerCurrentDirectoryNewTab"
command May execute "s/\<./\u&/g"
map <C-p> r !xclip -o -sel c
vnoremap <C-c> :w !xclip -sel c<CR><CR>
nnoremap <C-H> <C-W><C-H>
nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-Up> :... | 24.757576 | 49 | 0.667075 |
e77b841f4ce77a8fb9728766b6f217fb9533fd69 | 147 | vim | VimL | neovim/ftplugin/scheme.vim | mpardalos/dotfiles | d2fc75d85354c5d3f5e03df34efe5621f4fab67e | [
"MIT"
] | 1 | 2017-04-17T16:00:53.000Z | 2017-04-17T16:00:53.000Z | neovim/ftplugin/scheme.vim | mpardalos/dotfiles | d2fc75d85354c5d3f5e03df34efe5621f4fab67e | [
"MIT"
] | null | null | null | neovim/ftplugin/scheme.vim | mpardalos/dotfiles | d2fc75d85354c5d3f5e03df34efe5621f4fab67e | [
"MIT"
] | null | null | null | command! -nargs=1 RunSExpr call VimuxRunCommand(<f-args>)
nnoremap <leader>r "eya(:RunSExpr <C-r>e<CR>
vnoremap <leader>r "ey:RunSExpr <C-r>e<CR>
| 29.4 | 57 | 0.721088 |
aca6b8a68189b443b5a0280cc4bd1bcb8a9dcbdb | 2,678 | vim | VimL | misc/vim/syntax/amber.vim | waldo2590/amber-1 | 602f84591d209f876fedaa93fbf690de39e06e6a | [
"MIT"
] | 326 | 2015-06-06T09:48:59.000Z | 2022-02-12T13:11:26.000Z | misc/vim/syntax/amber.vim | waldo2590/amber-1 | 602f84591d209f876fedaa93fbf690de39e06e6a | [
"MIT"
] | 6 | 2015-06-11T20:07:33.000Z | 2019-10-13T20:36:33.000Z | misc/vim/syntax/amber.vim | nineties/amber | 602f84591d209f876fedaa93fbf690de39e06e6a | [
"MIT"
] | 20 | 2015-06-11T20:30:50.000Z | 2021-03-15T12:38:46.000Z | " Language: Amber
" Maintainer: nineties <nineties48@gmail.com>
" $Id: amber.vim 2014-04-18 01:10:29 nineties $
if exists("b:current_syntax")
finish
endif
syn case match " case sensitive
syn sync minlines=50
syn keyword amberSpecialSymbol true false nil undef self stdin stdout stderr infinity
syn keyword amberS... | 41.84375 | 177 | 0.64227 |
a0fbee37da96de8d6dd0e55a7d7e7d974fd6daa4 | 566 | vim | VimL | vim/whitespace_cleanup.vim | gizotti/dotfiles | bfb8e15574ce254d30408abd7af1291fee651070 | [
"MIT"
] | null | null | null | vim/whitespace_cleanup.vim | gizotti/dotfiles | bfb8e15574ce254d30408abd7af1291fee651070 | [
"MIT"
] | null | null | null | vim/whitespace_cleanup.vim | gizotti/dotfiles | bfb8e15574ce254d30408abd7af1291fee651070 | [
"MIT"
] | null | null | null | " Removes trailing spaces
function TrimWhiteSpace()
%s/\s*$//
''
:endfunction
set list listchars=tab:»·,trail:·
map <leader>= :call TrimWhiteSpace()<CR>
map! <leader>= :call TrimWhiteSpace()<CR>
" Collapse multiple blank lines (regardless of quantity) into a single blank line.
function CollapseMultipleBlankLines... | 25.727273 | 82 | 0.742049 |
8d5af6b736dffc313441fd60ca60c7fa81427ee6 | 1,618 | vim | VimL | autoload/gita.vim | itchyny/vim-gita | f4a658a9621b28b3324df93714fc3fea113ac07b | [
"MIT"
] | 272 | 2015-04-03T11:30:57.000Z | 2019-12-16T12:29:50.000Z | autoload/gita.vim | itchyny/vim-gita | f4a658a9621b28b3324df93714fc3fea113ac07b | [
"MIT"
] | 113 | 2015-04-01T05:05:26.000Z | 2017-03-05T00:38:49.000Z | autoload/gita.vim | itchyny/vim-gita | f4a658a9621b28b3324df93714fc3fea113ac07b | [
"MIT"
] | 13 | 2015-05-14T03:44:07.000Z | 2020-01-15T03:25:52.000Z | let s:V = vital#of('gita')
let s:Console = s:V.import('Vim.Console')
function! gita#vital() abort
return s:V
endfunction
function! gita#throw(msg) abort
throw 'gita: ' . a:msg
endfunction
function! gita#trigger_modified() abort
call gita#util#doautocmd('User', 'GitaStatusModifiedPre')
call gita#util#doautocm... | 32.36 | 100 | 0.572311 |
ec314fee5d3a9ce76e7bef5428baa3305ece8df8 | 1,070 | vim | VimL | bundles.settings/syntastic.vim | jtsymon/vim-config-framework | d3121b504a0d627d94bb8e081fe7d672e46b46ef | [
"MIT"
] | null | null | null | bundles.settings/syntastic.vim | jtsymon/vim-config-framework | d3121b504a0d627d94bb8e081fe7d672e46b46ef | [
"MIT"
] | null | null | null | bundles.settings/syntastic.vim | jtsymon/vim-config-framework | d3121b504a0d627d94bb8e081fe7d672e46b46ef | [
"MIT"
] | null | null | null | function! StartSyntastic()
" http://docs.python-guide.org/en/latest/dev/env/
let g:syntastic_auto_loc_list=1
let g:syntastic_loc_list_height=5
let g:syntastic_auto_jump = 0
" Disable html syntastic checker
" http://stackoverflow.com/a/23105873
let g:syntastic_html_checkers=['']
let g:sy... | 33.4375 | 77 | 0.691589 |
a68a0e1128d9c8fe29a24cec5b63cc201f224063 | 2,077 | vim | VimL | vimrc/basic.vim | stark-zhang/dotfiles-on-unix-like | cf1d9fb902811ecd3281f139ce9abece1d45abf8 | [
"MIT"
] | null | null | null | vimrc/basic.vim | stark-zhang/dotfiles-on-unix-like | cf1d9fb902811ecd3281f139ce9abece1d45abf8 | [
"MIT"
] | null | null | null | vimrc/basic.vim | stark-zhang/dotfiles-on-unix-like | cf1d9fb902811ecd3281f139ce9abece1d45abf8 | [
"MIT"
] | 1 | 2022-02-23T08:28:47.000Z | 2022-02-23T08:28:47.000Z | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"
" Basic configurations for vim itself, highlightings, file-editor, display and etc.
"
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Do not keep compatible ... | 20.165049 | 102 | 0.68753 |
6b50a8749e88f89c785abd2dcd85a477d75b0783 | 129 | vim | VimL | syntax/vimsc.vim | xebecnan/vim-shortcut | 9e480d1c13842d16245fa7a0d48472bef9346683 | [
"MIT"
] | 6 | 2015-08-12T09:46:31.000Z | 2015-08-12T10:17:26.000Z | syntax/vimsc.vim | xebecnan/vim-shortcut | 9e480d1c13842d16245fa7a0d48472bef9346683 | [
"MIT"
] | null | null | null | syntax/vimsc.vim | xebecnan/vim-shortcut | 9e480d1c13842d16245fa7a0d48472bef9346683 | [
"MIT"
] | null | null | null |
syntax match bufCommand /^:.*$/
syntax match bufCommand /^!.*$/
syntax match bufCommand /^$.*$/
hi def link bufCommand String
| 16.125 | 31 | 0.682171 |
3d6d1240086880575446068746654e397aabac3f | 52 | vim | VimL | plugin/ctrlp-args.vim | kshenoy/ctrlp-args | da2b623069cef22c94b670e889cd8249c0fb7cf6 | [
"MIT"
] | null | null | null | plugin/ctrlp-args.vim | kshenoy/ctrlp-args | da2b623069cef22c94b670e889cd8249c0fb7cf6 | [
"MIT"
] | null | null | null | plugin/ctrlp-args.vim | kshenoy/ctrlp-args | da2b623069cef22c94b670e889cd8249c0fb7cf6 | [
"MIT"
] | null | null | null | command! CtrlPArgs call ctrlp#init(ctrlp#args#id())
| 26 | 51 | 0.769231 |
395e0d98a17ceee17a735b63466f359c0203c5b5 | 617 | vim | VimL | vim/c-support/syntax/c.vim | GoPerry/vim-config | 70d437edc043f2ec2daf8677182da35cac85b36f | [
"MIT"
] | null | null | null | vim/c-support/syntax/c.vim | GoPerry/vim-config | 70d437edc043f2ec2daf8677182da35cac85b36f | [
"MIT"
] | null | null | null | vim/c-support/syntax/c.vim | GoPerry/vim-config | 70d437edc043f2ec2daf8677182da35cac85b36f | [
"MIT"
] | null | null | null | "===================================================================================
"
" FILE: c.vim
" DESCRIPTION: syntax file
" enable syntax based folding
" part of the c-support plugin
"
" AUTHOR: Dr.-Ing. Fritz Mehner
" EMAIL: mehner@fh-swf.de
" COMPANY:... | 28.045455 | 84 | 0.421394 |
51fe77e3ae2dd25db50e9d71e221d071adce9b56 | 2,401 | vim | VimL | init.vim | tomsvogel/nvim-settings | fd7eb43479c94716533fd83c0d4fc8ad0f02ba82 | [
"MIT"
] | null | null | null | init.vim | tomsvogel/nvim-settings | fd7eb43479c94716533fd83c0d4fc8ad0f02ba82 | [
"MIT"
] | null | null | null | init.vim | tomsvogel/nvim-settings | fd7eb43479c94716533fd83c0d4fc8ad0f02ba82 | [
"MIT"
] | null | null | null | " Starting from https://github.com/skwp/dotfiles/blob/master/vimrc and
" Tim Pope Vim Sensible https://github.com/tpope/vim-sensible the new
" setting file is more readable and more usable.
call plug#begin('~/.config/nvim/plugged')
" Languages and libraries
Plug 'JulesWang/css.vim'
Plug 'genoma/vim-less'
Plug 'othree... | 26.384615 | 80 | 0.736776 |
66ad5edd0d10d1bb6e280b779db155b9fc0a777d | 38 | vim | VimL | nvim/after/ftplugin/text.vim | Rainbow-Spike/dotfiles | 92361f9a54ee77a02f8826f0c2ea125f1f5be18e | [
"MIT"
] | null | null | null | nvim/after/ftplugin/text.vim | Rainbow-Spike/dotfiles | 92361f9a54ee77a02f8826f0c2ea125f1f5be18e | [
"MIT"
] | null | null | null | nvim/after/ftplugin/text.vim | Rainbow-Spike/dotfiles | 92361f9a54ee77a02f8826f0c2ea125f1f5be18e | [
"MIT"
] | null | null | null | call pencil#init()
IndentLinesDisable
| 12.666667 | 18 | 0.842105 |
2c4ec04063e002e866bb4d692439f12e00fe680d | 299 | vim | VimL | vimfiles/bundle/promptline/autoload/promptline/slices/last_exit_code.vim | ciskoinch8/vimrc | 5bf77a7e7bc70fac5173ab2e9ea05d7dda3e52b8 | [
"MIT"
] | 550 | 2015-01-05T16:57:31.000Z | 2022-03-31T00:56:52.000Z | vimfiles/bundle/promptline/autoload/promptline/slices/last_exit_code.vim | ciskoinch8/vimrc | 5bf77a7e7bc70fac5173ab2e9ea05d7dda3e52b8 | [
"MIT"
] | 54 | 2015-01-15T04:11:11.000Z | 2021-03-27T10:53:19.000Z | vimfiles/bundle/promptline/autoload/promptline/slices/last_exit_code.vim | ciskoinch8/vimrc | 5bf77a7e7bc70fac5173ab2e9ea05d7dda3e52b8 | [
"MIT"
] | 249 | 2015-01-07T22:49:49.000Z | 2022-03-18T02:32:06.000Z | fun! promptline#slices#last_exit_code#function_body(...)
let lines = [
\'',
\'function __promptline_last_exit_code {',
\'',
\' [[ $last_exit_code -gt 0 ]] || return 1;',
\'',
\' printf "%s" "$last_exit_code"',
\'}',]
return lines
endfun
| 24.916667 | 56 | 0.505017 |
53bd5d9fcede13a188508c65743b005c878d63e4 | 47 | vim | VimL | vim/ftplugin/vim.vim | peteches/configs | 70383e180a243cc3c8b3535a297fc9c991e3025e | [
"MIT"
] | null | null | null | vim/ftplugin/vim.vim | peteches/configs | 70383e180a243cc3c8b3535a297fc9c991e3025e | [
"MIT"
] | null | null | null | vim/ftplugin/vim.vim | peteches/configs | 70383e180a243cc3c8b3535a297fc9c991e3025e | [
"MIT"
] | null | null | null | setlocal foldenable
setlocal foldmethod=marker
| 15.666667 | 26 | 0.893617 |
5c3aaa0d222aac158267dd3cdf64fe8094ce5f65 | 9,926 | vim | VimL | colors/onedarkatom.vim | jdsimcoe/onedarkatom.vim | 67b3d33a525902acf18bb4ffa57be61dc007af7c | [
"MIT"
] | 1 | 2019-05-15T07:31:20.000Z | 2019-05-15T07:31:20.000Z | colors/onedarkatom.vim | jdsimcoe/onedarkatom.vim | 67b3d33a525902acf18bb4ffa57be61dc007af7c | [
"MIT"
] | null | null | null | colors/onedarkatom.vim | jdsimcoe/onedarkatom.vim | 67b3d33a525902acf18bb4ffa57be61dc007af7c | [
"MIT"
] | null | null | null | " One Dark Atom v1.0.0
"
" https://github.com/jdsimcoe/onedarkatom.vim
"
" Copyright 2018. All rights reserved
"
" Code licensed under the MIT license
" https://mit-license.org/
"
" @author Jonathan Simcoe <@jdsimcoe>
set background=dark
highlight clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name =... | 66.173333 | 100 | 0.813319 |
edb6863a96369daffa8b85a8e168cd7bb3c118e2 | 3,725 | vim | VimL | vimconfig/plugins/beanshell.vim | gordolio/shell-config | 7e5ba2740aba9298fac4128b077c52890a340837 | [
"Apache-2.0"
] | null | null | null | vimconfig/plugins/beanshell.vim | gordolio/shell-config | 7e5ba2740aba9298fac4128b077c52890a340837 | [
"Apache-2.0"
] | null | null | null | vimconfig/plugins/beanshell.vim | gordolio/shell-config | 7e5ba2740aba9298fac4128b077c52890a340837 | [
"Apache-2.0"
] | null | null | null | " $Id: beanshell.vim,v 1.4 2006/05/21 14:08:43 henry Exp $
"
" Name: BeanShell plugin
" Description: Runs the current buffer using BeanShell
" Author: Henry So, Jr. <henryso at panix dot com>
" Version: 1.2
" Modified: 21 May 2006
" License: Released into the public ... | 35.817308 | 81 | 0.633826 |
fdff7cf9bbfd83b71b1bd732637a812684902259 | 1,559 | vim | VimL | vim/ftplugin/json/json_settings.vim | petobens/dotfiles | 4e825f74895e1171dc45a36596c6bd87c7bae0f1 | [
"MIT"
] | 131 | 2017-01-06T17:01:25.000Z | 2022-03-28T13:27:49.000Z | vim/ftplugin/json/json_settings.vim | petobens/dotfiles | 4e825f74895e1171dc45a36596c6bd87c7bae0f1 | [
"MIT"
] | 17 | 2017-05-08T14:31:59.000Z | 2021-10-17T18:57:45.000Z | vim/ftplugin/json/json_settings.vim | petobens/dotfiles | 4e825f74895e1171dc45a36596c6bd87c7bae0f1 | [
"MIT"
] | 31 | 2017-04-21T12:30:18.000Z | 2022-02-24T13:26:42.000Z | " Installation notes {{{
" To use the linter we need to install jsonlint (install it with npm).
" }}}
" Initialization {{{
" Check if this file exists and avoid loading it twice
if exists('b:my_json_settings_file')
finish
endif
let b:my_json_settings_file = 1
" }}}
" Linting and formatting {{{
function! s:RunJ... | 23.621212 | 75 | 0.644644 |
3326eb60da5ef9e710b0969288ab0385dec6d2ae | 1,544 | vim | VimL | autoload/vimtex/syntax.vim | dangkhoasdc/vimnw | 2b6b3332977f1a0a6028c3dff2ff3d6284498c28 | [
"MIT"
] | null | null | null | autoload/vimtex/syntax.vim | dangkhoasdc/vimnw | 2b6b3332977f1a0a6028c3dff2ff3d6284498c28 | [
"MIT"
] | null | null | null | autoload/vimtex/syntax.vim | dangkhoasdc/vimnw | 2b6b3332977f1a0a6028c3dff2ff3d6284498c28 | [
"MIT"
] | null | null | null | " vimtex - LaTeX plugin for Vim
"
" Maintainer: Karl Yngve Lervåg
" Email: karl.yngve@gmail.com
"
function! vimtex#syntax#init() abort " {{{1
if !get(g:, 'vimtex_syntax_enabled', 1) | return | endif
" The following ensures that syntax addons are not loaded until after the
" filetype plugin has been sourced... | 20.586667 | 75 | 0.674223 |
9c7f338a22d34f2f559d9984b4e03fd88b4cfb1e | 465 | vim | VimL | syntax/stepmania.vim | jakergrossman/stepmania.vim | 1a3bb865e78b39a5e2edf11b9dba570419f7165f | [
"MIT"
] | null | null | null | syntax/stepmania.vim | jakergrossman/stepmania.vim | 1a3bb865e78b39a5e2edf11b9dba570419f7165f | [
"MIT"
] | null | null | null | syntax/stepmania.vim | jakergrossman/stepmania.vim | 1a3bb865e78b39a5e2edf11b9dba570419f7165f | [
"MIT"
] | null | null | null | " Vim syntax file
" Language: StepMania Chart
" Author: Jake Grossman <jake.r.grossman@gmail.com>
" Last Change: 2020 Sep 5
" License: MIT
syntax match smComment "//.*"
syntax match smKeyword "^#[A-Z]\+"
syntax match smString ":\zs[^;]*"
syntax match smNumber "\d\+" " No decimal
syntax match smNumber "\d\+\.\... | 27.352941 | 51 | 0.71828 |
acadd035603b996e8e2cee9ace401265604c22d9 | 726 | vim | VimL | .config/nvim/rc/pluginconfig/vim-startify.vim | gattyan27/dotfiles | a922f87657b47ab4bc08957ae3cebab320fcaa50 | [
"MIT"
] | 138 | 2021-02-23T04:51:17.000Z | 2022-03-29T11:46:47.000Z | .config/nvim/rc/pluginconfig/vim-startify.vim | gattyan27/dotfiles | a922f87657b47ab4bc08957ae3cebab320fcaa50 | [
"MIT"
] | 1 | 2020-10-09T10:18:26.000Z | 2020-10-09T10:38:03.000Z | .config/nvim/rc/pluginconfig/vim-startify.vim | gattyan27/dotfiles | a922f87657b47ab4bc08957ae3cebab320fcaa50 | [
"MIT"
] | 17 | 2015-12-26T04:45:00.000Z | 2020-11-24T13:39:51.000Z | if filereadable(expand('~/.config/nvim/rc/files/startify_custom_header.txt'))
let g:startify_custom_header = startify#fortune#boxed() +
\ readfile(expand('~/.config/nvim/rc/files/startify_custom_header.txt'))
endif
let g:startify_custom_footer = ['', ' powered by vim-startify',... | 42.705882 | 99 | 0.639118 |
5d0353c440a27e655c790fcf570ee8595004469f | 1,869 | vim | VimL | autoload/termbox/term.vim | meiliangdeng/mydotfiles | 8f337c4fb325ecefefeb55d7be5a758cd691dde9 | [
"MIT"
] | 1 | 2021-01-04T03:32:18.000Z | 2021-01-04T03:32:18.000Z | autoload/termbox/term.vim | meiliangdeng/mydotfiles | 8f337c4fb325ecefefeb55d7be5a758cd691dde9 | [
"MIT"
] | null | null | null | autoload/termbox/term.vim | meiliangdeng/mydotfiles | 8f337c4fb325ecefefeb55d7be5a758cd691dde9 | [
"MIT"
] | null | null | null | "======================================================================
"
" term.vim -
"
" Created by skywind on 2020/02/21
" Last Modified: 2020/02/21 23:07:10
"
"======================================================================
"----------------------------------------------------------------------
" new term... | 23.961538 | 71 | 0.505083 |
a63ad7ab537498916b63764f991c053bd3c72dbf | 2,300 | vim | VimL | autoload/husk.vim | critiqjo/husk-plus.vim | 02f00899943ca824b8ae9d07a1f71cde60fc9240 | [
"MIT"
] | 1 | 2015-11-18T22:37:30.000Z | 2015-11-18T22:37:30.000Z | autoload/husk.vim | critiqjo/husk-plus.vim | 02f00899943ca824b8ae9d07a1f71cde60fc9240 | [
"MIT"
] | null | null | null | autoload/husk.vim | critiqjo/husk-plus.vim | 02f00899943ca824b8ae9d07a1f71cde60fc9240 | [
"MIT"
] | null | null | null | function! s:match_right(pat)
let line = getcmdline()
let pos = getcmdpos()
let next = match(line, a:pat, pos - 1, 1) + 1
if next == pos
let next = match(line, a:pat, pos - 1, 2) + 1
endif
return next
endfun
function! s:match_left(pat)
let line = getcmdline()
let pos = getcmdpos()
let i = 1
let ... | 23.958333 | 85 | 0.64913 |
16d37e61e822e5b984fc7fd830af8b7cc7172d58 | 291 | vim | VimL | .config/nvim/perlconfigurationyc.vim | artificial-equation/.dotfiles | f33cc5459a3c532155daa93a0091ddfe3470499c | [
"MIT"
] | null | null | null | .config/nvim/perlconfigurationyc.vim | artificial-equation/.dotfiles | f33cc5459a3c532155daa93a0091ddfe3470499c | [
"MIT"
] | null | null | null | .config/nvim/perlconfigurationyc.vim | artificial-equation/.dotfiles | f33cc5459a3c532155daa93a0091ddfe3470499c | [
"MIT"
] | null | null | null |
function! LooksLikePerl6 ()
if getline(1) =~# '^#!.*/bin/.*perl6'
set filetype=perl6
else
for i in [1,2,3,4,5]
if getline(i) == 'use v6;'
set filetype=perl6
break
endif
endfor
endif
endfunction
au bufRead *.pm,*.t,*.pl call LooksLikePerl6()
| 16.166667 | 46 | 0.570447 |
1fe5b99be7640fac59d53b1f8bdbb9d83a200669 | 79 | vim | VimL | nvim/ftplugin/css.vim | Kirikmelet/dotfiles | 6de81b2057705e56101e7271270089bed0f8a8bc | [
"WTFPL"
] | null | null | null | nvim/ftplugin/css.vim | Kirikmelet/dotfiles | 6de81b2057705e56101e7271270089bed0f8a8bc | [
"WTFPL"
] | null | null | null | nvim/ftplugin/css.vim | Kirikmelet/dotfiles | 6de81b2057705e56101e7271270089bed0f8a8bc | [
"WTFPL"
] | null | null | null | set expandtab tabstop=4 shiftwidth=4 textwidth=500 backspace=eol,start,indent
| 39.5 | 78 | 0.835443 |
40b05abdff6a207c20c27790fbbfdf1620861581 | 1,695 | vim | VimL | vimfiles/bundle/javascript-libraries-syntax/autoload/syntax/vue.html.vim | ciskoinch8/vimrc | 5bf77a7e7bc70fac5173ab2e9ea05d7dda3e52b8 | [
"MIT"
] | 479 | 2015-01-07T17:17:12.000Z | 2022-02-13T08:14:50.000Z | vimfiles/bundle/javascript-libraries-syntax/autoload/syntax/vue.html.vim | ciskoinch8/vimrc | 5bf77a7e7bc70fac5173ab2e9ea05d7dda3e52b8 | [
"MIT"
] | 52 | 2015-01-06T02:43:59.000Z | 2022-03-14T11:15:21.000Z | vimfiles/bundle/javascript-libraries-syntax/autoload/syntax/vue.html.vim | ciskoinch8/vimrc | 5bf77a7e7bc70fac5173ab2e9ea05d7dda3e52b8 | [
"MIT"
] | 249 | 2015-01-07T22:49:49.000Z | 2022-03-18T02:32:06.000Z | " Vim syntax file
" Language: vue.js for HTML
" Maintainer: othree <othree@gmail.com>
" Last Change: 2016/10/07
" Version: 2.0
" URL: https://vuejs.org
setlocal iskeyword+=-
syntax keyword htmlArg contained v-text v-html v-if v-show v-else
syntax keyword htmlArg contained v-for v-pre v-cloak v-once
s... | 43.461538 | 148 | 0.788791 |
854b3b1eca47344b9cf063b38c32d5dd6ec1f64c | 3,243 | vim | VimL | mappings.vim | gkantsidis/.vim | 00c80e53ac1923fc876c21fce990a3ef107117ea | [
"MIT"
] | null | null | null | mappings.vim | gkantsidis/.vim | 00c80e53ac1923fc876c21fce990a3ef107117ea | [
"MIT"
] | null | null | null | mappings.vim | gkantsidis/.vim | 00c80e53ac1923fc876c21fce990a3ef107117ea | [
"MIT"
] | null | null | null | let mapleader = ","
imap <tab> <Plug>snipMateNextOrTrigger
" move by screen lines in insert mode:
inoremap <Up> <C-o>gj
inoremap <Up> <C-o>gk
" Map norwegian keys to navigation!
nnoremap Å <C-y>
nnoremap Æ <C-e>
nnoremap <silent> å :<C-u>execute 'keepjumps normal!' v:count1 . '{'<CR>
nnoremap <silent> æ :<C-u>execut... | 28.447368 | 72 | 0.711378 |
b1eaf07e1287ce92a3f715846328ee642af61f49 | 169 | vim | VimL | test/yankInner_onPrompt/when.vim | yogeshdhamija/terminal-command-motion.vim | 69f4fc317700b3ce5c74efae27997e1e0378b178 | [
"MIT"
] | 7 | 2022-01-24T20:17:46.000Z | 2022-01-26T06:39:33.000Z | test/yankInner_onPrompt/when.vim | yogeshdhamija/terminal-command-motion.vim | 69f4fc317700b3ce5c74efae27997e1e0378b178 | [
"MIT"
] | 5 | 2022-01-24T14:05:22.000Z | 2022-02-18T16:31:03.000Z | test/yankInner_onPrompt/when.vim | yogeshdhamija/terminal-command-motion.vim | 69f4fc317700b3ce5c74efae27997e1e0378b178 | [
"MIT"
] | null | null | null | :let g:terminal_command_motion_prompt_matcher = "^prompt\\nsecondline \\$"
:call terminalCommandMotion#AddMappings()
ggcmcmyicmGp
:cd %:p:h
:w! actual.txt
:q!
| 18.777778 | 75 | 0.721893 |
a1a3bc06cb107d9a60b2b32a7216d0e6a823ec3e | 1,955 | vim | VimL | config/gutentags.vim | Kyle-Wu-XY/vim-init | c987663e5d2b09524087dd2554a8a34ce5ba6845 | [
"MIT"
] | null | null | null | config/gutentags.vim | Kyle-Wu-XY/vim-init | c987663e5d2b09524087dd2554a8a34ce5ba6845 | [
"MIT"
] | null | null | null | config/gutentags.vim | Kyle-Wu-XY/vim-init | c987663e5d2b09524087dd2554a8a34ce5ba6845 | [
"MIT"
] | null | null | null | " 设定项目目录标志:除了 .git/.svn 外,还有 .root 文件
let g:gutentags_project_root = ['.root']
let g:gutentags_ctags_tagfile = '.tags'
" 默认生成的数据文件集中到 ~/.cache/tags 避免污染项目目录,好清理
let g:gutentags_cache_dir = expand('~/.cache/tags')
" 默认禁用自动生成
let g:gutentags_modules = []
" 如果有 ctags 可执行就允许动态生成 ctags 文件
if executable('ctags')
let g... | 34.298246 | 73 | 0.722762 |
9dcecacb20f51b4e8fccaf68a30c560e3c250b43 | 82 | vim | VimL | config/nvim/conf.d/32-git.vim | pborzenkov/dotfiles | 4155b68bb5e8b0a0b7ae5b524213b4d09592f3f3 | [
"MIT"
] | null | null | null | config/nvim/conf.d/32-git.vim | pborzenkov/dotfiles | 4155b68bb5e8b0a0b7ae5b524213b4d09592f3f3 | [
"MIT"
] | null | null | null | config/nvim/conf.d/32-git.vim | pborzenkov/dotfiles | 4155b68bb5e8b0a0b7ae5b524213b4d09592f3f3 | [
"MIT"
] | null | null | null | Plug 'tpope/vim-fugitive'
" vim: set sw=2 ts=2 et foldlevel=0 foldmethod=marker:
| 20.5 | 54 | 0.731707 |
29ec5064f1d1b4f0046ff43e680556e8fd2ea107 | 6,458 | vim | VimL | init.vim | tnunamak/dotfiles | c5d58cd22ebc0fc42ea67c8f3c57646133b05edb | [
"MIT"
] | null | null | null | init.vim | tnunamak/dotfiles | c5d58cd22ebc0fc42ea67c8f3c57646133b05edb | [
"MIT"
] | null | null | null | init.vim | tnunamak/dotfiles | c5d58cd22ebc0fc42ea67c8f3c57646133b05edb | [
"MIT"
] | null | null | null | set nocompatible " be iMproved, required
filetype off " required
" https://github.com/junegunn/vim-plug#usage
call plug#begin('~/.vim/plugged')
" let Vundle manage Vundle, required
Plug 'gmarik/Vundle.vim'
" Fun stuff
Plug 'mhinz/vim-startify'
let g:ctrlp_reuse_window = 'startify'
" I... | 29.221719 | 91 | 0.734283 |
8864a8c1cacb950ba0a85455d21e2399e1d12b3c | 12,287 | vim | VimL | autoload/fzf_preview/resource.vim | rlisowski/fzf-preview.vim | 9b0c34f404e2893e4aaf5dbc37307bc20dd4bb34 | [
"MIT"
] | null | null | null | autoload/fzf_preview/resource.vim | rlisowski/fzf-preview.vim | 9b0c34f404e2893e4aaf5dbc37307bc20dd4bb34 | [
"MIT"
] | null | null | null | autoload/fzf_preview/resource.vim | rlisowski/fzf-preview.vim | 9b0c34f404e2893e4aaf5dbc37307bc20dd4bb34 | [
"MIT"
] | null | null | null | function! fzf_preview#resource#project_files() abort
if !fzf_preview#util#is_git_directory()
return []
endif
let files = systemlist(g:fzf_preview_filelist_command)
return fzf_preview#converter#convert_for_fzf(files)
endfunction
function! fzf_preview#resource#git_files() abort
if !fzf_preview#util#is_git... | 30.949622 | 127 | 0.672988 |
70c52006acd7d9e79411830c16b86dd33add481e | 5,960 | vim | VimL | my_configs.vim | max-b/vimrc | 01cb1288425529d5f394ed3851c33baf07340f51 | [
"MIT"
] | null | null | null | my_configs.vim | max-b/vimrc | 01cb1288425529d5f394ed3851c33baf07340f51 | [
"MIT"
] | null | null | null | my_configs.vim | max-b/vimrc | 01cb1288425529d5f394ed3851c33baf07340f51 | [
"MIT"
] | null | null | null | "My Custom Vim Configs
"
"For using Mouse
set mouse=a
"Function for remapping commands
fun! SetupCommandAlias(from, to)
exec 'cnoreabbrev <expr> '.a:from
\ .' ((getcmdtype() is# ":" && getcmdline() is# "'.a:from.'")'
\ .'? ("'.a:to.'") : ("'.a:from.'"))'
endfun
"let g:solarized_termcolors=16
let g... | 27.981221 | 125 | 0.661409 |
b04481ee190f53b1fdbcc776e0405715d01a5b06 | 18,861 | vim | VimL | colors_codes/color_codes.vim | qkzk/nvcode-color-schemes.vim | 33eff44074acd9f6c26a6d63bae0c72955e63161 | [
"MIT"
] | null | null | null | colors_codes/color_codes.vim | qkzk/nvcode-color-schemes.vim | 33eff44074acd9f6c26a6d63bae0c72955e63161 | [
"MIT"
] | null | null | null | colors_codes/color_codes.vim | qkzk/nvcode-color-schemes.vim | 33eff44074acd9f6c26a6d63bae0c72955e63161 | [
"MIT"
] | null | null | null | hi x016_Grey0 ctermfg=16 guifg=#000000 "rgb=0,0,0
hi x017_NavyBlue ctermfg=17 guifg=#00005f "rgb=0,0,95
hi x018_DarkBlue ctermfg=18 guifg=#000087 "rgb=0,0,135
hi x019_Blue3 ctermfg=19 guifg=#0000af "rgb=0,0,175
hi x020_Blue3 ... | 77.938017 | 80 | 0.606384 |
9c7e44311cf4b9be28f6bf7ff56d14b52709fedb | 5,030 | vim | VimL | winconf/vim-win/vimfiles/plugin/toggle_words.vim | transtone/transconfig | 72947d5294781c0f2a30e29c18d1079e0c32587e | [
"MIT"
] | 9 | 2015-11-19T06:46:40.000Z | 2020-09-02T02:07:18.000Z | winconf/vim-win/vimfiles/plugin/toggle_words.vim | transtone/transconfig | 72947d5294781c0f2a30e29c18d1079e0c32587e | [
"MIT"
] | null | null | null | winconf/vim-win/vimfiles/plugin/toggle_words.vim | transtone/transconfig | 72947d5294781c0f2a30e29c18d1079e0c32587e | [
"MIT"
] | 6 | 2015-09-22T12:04:42.000Z | 2019-05-28T01:52:29.000Z | " toggle_words.vim
" Author: Vincent Wang (linsong dot qizi at gmail dot com)
" Created: Fri Jun 29 18:06:29 CST 2007
" Requires: Vim Ver7.0+
" Version: 1.5
"
" Documentation:
" The purpose of this plugin is very simple, it can toggle words among
" 'true'=>'false', 'True'=>'False', 'if'=>'elseif'=>'else... | 32.24359 | 131 | 0.57992 |
c28f4e35c87e0634ff285cac05e3dfa8d8d4ed1a | 481 | vim | VimL | plugins/vim-ingo-library/autoload/ingo/area.vim | mirsella/vem | e818d6bb54240029fee8bdcb5f5ba93e0589cd84 | [
"MIT"
] | 43 | 2017-02-16T10:14:00.000Z | 2022-03-21T07:11:50.000Z | plugins/vim-ingo-library/autoload/ingo/area.vim | mirsella/vem | e818d6bb54240029fee8bdcb5f5ba93e0589cd84 | [
"MIT"
] | 6 | 2017-04-17T19:28:20.000Z | 2021-06-01T02:49:46.000Z | plugins/vim-ingo-library/autoload/ingo/area.vim | mirsella/vem | e818d6bb54240029fee8bdcb5f5ba93e0589cd84 | [
"MIT"
] | 2 | 2020-08-26T08:22:30.000Z | 2021-05-01T11:23:24.000Z | " ingo/area.vim: Functions to deal with areas.
"
" DEPENDENCIES:
"
" Copyright: (C) 2017 Ingo Karkat
" The VIM LICENSE applies to this script; see ':help copyright'.
"
" Maintainer: Ingo Karkat <ingo@karkat.de>
function! ingo#area#IsEmpty( area )
if empty(a:area)
return 1
elseif a:area[0][0] == 0 || a:area[... | 21.863636 | 66 | 0.656965 |
75c0fe8f7efbe901d1213b2741e7d3355fa48ddf | 1,430 | vim | VimL | syntax/v.vim | andreyrmg/v.vim | 8b4859fb7495835c4be9d7322c679ed015a28414 | [
"MIT"
] | 1 | 2019-12-16T08:26:31.000Z | 2019-12-16T08:26:31.000Z | syntax/v.vim | andreyrmg/v.vim | 8b4859fb7495835c4be9d7322c679ed015a28414 | [
"MIT"
] | null | null | null | syntax/v.vim | andreyrmg/v.vim | 8b4859fb7495835c4be9d7322c679ed015a28414 | [
"MIT"
] | null | null | null | if exists('b:current_syntax')
finish
endif
syn case match
syn keyword vDirective module
syn keyword vDeclaration const mut
syn keyword vDeclType struct enum fn
hi def link vDirective Statement
hi def link vDeclaration Keyword
hi def link vDeclType Keyword
syn keyword vStatement return
syn keywo... | 26.481481 | 68 | 0.698601 |
b6ef737ba1e3186e15692c7cd365cbacb3582f4e | 631 | vim | VimL | extensions/abolish.vim | filipekiss/nvim | 72e95cf93c2d3fde4715878b7850b1ab4f1c374e | [
"MIT"
] | 1 | 2019-09-18T04:07:02.000Z | 2019-09-18T04:07:02.000Z | extensions/abolish.vim | filipekiss/nvim | 72e95cf93c2d3fde4715878b7850b1ab4f1c374e | [
"MIT"
] | null | null | null | extensions/abolish.vim | filipekiss/nvim | 72e95cf93c2d3fde4715878b7850b1ab4f1c374e | [
"MIT"
] | null | null | null | " vim: ft=vim :tw=80 :sw=4
scriptencoding utf-8
if extensions#isInstalling()
call extensions#loadExtension('https://github.com/tpope/vim-abolish')
finish
endif
if extensions#isMissing('vim-abolish', 'abolish.vim')
finish
endif
function! abolish#after() abort
Abolish ret{run,unr} return
Abolis... | 24.269231 | 73 | 0.679873 |
b375762e12dfc6c4dd4bab1a3cab4d79a72e6da8 | 637 | vim | VimL | autoload/goalternate.vim | nasjp/vim-goalternate | 8d0d1dd6e03b87d98ff4e8da6e02d2d8fcda27d3 | [
"MIT"
] | null | null | null | autoload/goalternate.vim | nasjp/vim-goalternate | 8d0d1dd6e03b87d98ff4e8da6e02d2d8fcda27d3 | [
"MIT"
] | null | null | null | autoload/goalternate.vim | nasjp/vim-goalternate | 8d0d1dd6e03b87d98ff4e8da6e02d2d8fcda27d3 | [
"MIT"
] | null | null | null | function! goalternate#exec(bang, cmd) abort
let file = expand('%')
if empty(file)
echo "no buffer name"
return
elseif file =~# '^\f\+_test\.go$'
let l:root = split(file, '_test.go$')[0]
let l:alt_file = l:root . ".go"
elseif file =~# '^\f\+\.go$'
let l:root = split(file, ".go$")[0]
let l... | 23.592593 | 63 | 0.588697 |
0ea336d3bea2d6ba32600760fc7af5422e5ed6dd | 6,866 | vim | VimL | autoload/vimtex/state/class.vim | IngoMeyer441/vimtex | 84bc5aeb1d6c07f892b39ae99e356d7ab7012476 | [
"MIT"
] | 4,193 | 2015-03-11T18:43:41.000Z | 2022-03-31T03:03:40.000Z | autoload/vimtex/state/class.vim | IngoMeyer441/vimtex | 84bc5aeb1d6c07f892b39ae99e356d7ab7012476 | [
"MIT"
] | 2,195 | 2015-03-08T16:20:32.000Z | 2022-03-31T23:21:51.000Z | autoload/vimtex/state/class.vim | IngoMeyer441/vimtex | 84bc5aeb1d6c07f892b39ae99e356d7ab7012476 | [
"MIT"
] | 630 | 2015-03-10T20:55:31.000Z | 2022-03-31T15:00:46.000Z | " VimTeX - LaTeX plugin for Vim
"
" Maintainer: Karl Yngve Lervåg
" Email: karl.yngve@gmail.com
"
function! vimtex#state#class#new(main, main_parser, preserve_root) abort " {{{1
let l:new = deepcopy(s:vimtex)
let l:new.root = fnamemodify(a:main, ':h')
let l:new.base = fnamemodify(a:main, ':t')
let l:new.... | 27.797571 | 84 | 0.620449 |
5856b1842d29834a543215e4ff73a9593a0aabbd | 193 | vim | VimL | home/.vim/after/ftplugin/git.vim | augustohp/warwick-vim | fef612c882193edf13a3ef482e92b3694ed50b44 | [
"MIT"
] | 3 | 2018-08-07T02:04:53.000Z | 2018-08-10T00:36:51.000Z | home/.vim/after/ftplugin/git.vim | augustohp/warwick-vim | fef612c882193edf13a3ef482e92b3694ed50b44 | [
"MIT"
] | 3 | 2019-07-01T15:09:54.000Z | 2019-07-01T15:19:47.000Z | home/.vim/after/ftplugin/git.vim | augustohp/warwick-vim | fef612c882193edf13a3ef482e92b3694ed50b44 | [
"MIT"
] | null | null | null | " home/.vim/after/git.vim
"
" @author Augusto Pascutti <augusto.hp@gmail.com>
" `git show <git object>` for the current word cursor is under
nnoremap <leader>s "cyiw:!git show <C-R><C-O>c<CR>
| 27.571429 | 62 | 0.699482 |
aca6c6c73c9d689a30ebf2ce68996175f90f4a1f | 2,032 | vim | VimL | autoload/switchname/test/test_convert.vim | yuxki/vim-switch-name | ba3dfae5f0a9ec634df5e82ef94c1970af807eeb | [
"MIT"
] | null | null | null | autoload/switchname/test/test_convert.vim | yuxki/vim-switch-name | ba3dfae5f0a9ec634df5e82ef94c1970af807eeb | [
"MIT"
] | 2 | 2021-12-19T10:53:09.000Z | 2022-01-07T04:16:19.000Z | autoload/switchname/test/test_convert.vim | yuxki/vim-switch-name | ba3dfae5f0a9ec634df5e82ef94c1970af807eeb | [
"MIT"
] | null | null | null | let s:save_cpo = &cpo
set cpo&vim
function! switchname#test#test_convert#test_convert(inputs, expectation, target)
for input in a:inputs
let s:result = ""
if a:target == "UpperCamelCase"
let s:result = switchname#convert#ToUpperCamel(input)
elseif a:target == "lowerCamelCase"
let s:result = s... | 36.285714 | 97 | 0.691929 |
00f9ebea2fdd4559919206e26e404dd3e3c48d43 | 3,750 | vim | VimL | autoload/wheel/yggdrasil.vim | chimay/doughnut | 7b5edcdc97a4c86a7393a95187acd0913684aa8d | [
"Vim"
] | null | null | null | autoload/wheel/yggdrasil.vim | chimay/doughnut | 7b5edcdc97a4c86a7393a95187acd0913684aa8d | [
"Vim"
] | null | null | null | autoload/wheel/yggdrasil.vim | chimay/doughnut | 7b5edcdc97a4c86a7393a95187acd0913684aa8d | [
"Vim"
] | null | null | null | " vim: set ft=vim fdm=indent iskeyword&:
" Yggdrasil
"
" Organize the wheel, dedicated buffers
" ---- reorder
fun! wheel#yggdrasil#reorder (level)
" Reorder level elements
let level = a:level
let lines = wheel#flower#element (level)
" -- pre-checks
if empty(lines)
echomsg 'wheel shape reorder : empty or incom... | 26.041667 | 66 | 0.7288 |
0d9a45cc88fdc6b0625bedbcc6fbe922fc9d0347 | 3,448 | vim | VimL | homedir/.config/nvim/settings/mappings.vim | mujuni88/dotfiles | 244eb7541062c7e885fecc4f302ff2617ec5a596 | [
"Vim",
"Ruby"
] | 1 | 2021-12-09T20:40:07.000Z | 2021-12-09T20:40:07.000Z | homedir/.config/nvim/settings/mappings.vim | mujuni88/dotfiles | 244eb7541062c7e885fecc4f302ff2617ec5a596 | [
"Vim",
"Ruby"
] | null | null | null | homedir/.config/nvim/settings/mappings.vim | mujuni88/dotfiles | 244eb7541062c7e885fecc4f302ff2617ec5a596 | [
"Vim",
"Ruby"
] | null | null | null | " keyboard shortcuts
let mapleader = ','
noremap <C-h> <C-w>h
noremap <C-j> <C-w>j
noremap <C-k> <C-w>k
noremap <C-l> <C-w>l
nnoremap <leader>t :NERDTreeToggle<CR>
nnoremap <leader>f :NERDTreeFind<CR>
nnoremap <leader>g :GitGutterToggle<CR>
" in case you forgot to sudo
cnoremap w!! %!sudo tee > /dev/null %
inoremap... | 36.294737 | 113 | 0.450696 |
771561e6b6a2ef509c27b4184860d913d2aeb4c2 | 426 | vim | VimL | ftplugin/yalr.vim | mhhollomon/yalr-vim | a0db0ee2aadc9a0fdea3f93ed5543493a991fb7a | [
"MIT"
] | null | null | null | ftplugin/yalr.vim | mhhollomon/yalr-vim | a0db0ee2aadc9a0fdea3f93ed5543493a991fb7a | [
"MIT"
] | null | null | null | ftplugin/yalr.vim | mhhollomon/yalr-vim | a0db0ee2aadc9a0fdea3f93ed5543493a991fb7a | [
"MIT"
] | null | null | null | " ftplugin/yalr.vim
"
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal commentstring=//\ %s
setlocal iskeyword+=@-@
setlocal comments=s1:/*,mb:*,ex:*/,s0:/*,mb:\ ,ex:*/,://
setlocal formatoptions-=t formatoptions+=croqnl
" smartindent will be overridden by indentexpr if filetype indent ... | 21.3 | 73 | 0.713615 |
ac3ef371778874cf28b54f902d0139cf4cad2107 | 942 | vim | VimL | plugin/dashboard.vim | JonTofant/VIMproved-experience | edf77eb855f029b7157db01e5155c7b850914098 | [
"Apache-2.0"
] | 1 | 2021-07-16T05:13:18.000Z | 2021-07-16T05:13:18.000Z | plugin/dashboard.vim | JonTofant/VIMproved-experience | edf77eb855f029b7157db01e5155c7b850914098 | [
"Apache-2.0"
] | null | null | null | plugin/dashboard.vim | JonTofant/VIMproved-experience | edf77eb855f029b7157db01e5155c7b850914098 | [
"Apache-2.0"
] | null | null | null | let g:dashboard_custom_header =[
\' ⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠤⠖⠚⢉⣩⣭⡭⠛⠓⠲⠦⣄⡀⠀⠀⠀⠀⠀⠀⠀ ',
\' ⠀⠀⠀⠀⠀⠀⢀⡴⠋⠁⠀⠀⠊⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠳⢦⡀⠀⠀⠀⠀ ',
\' ⠀⠀⠀⠀⢀⡴⠃⢀⡴⢳⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣆⠀⠀⠀ ',
\' ⠀⠀⠀⠀⡾⠁⣠⠋⠀⠈⢧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢧⠀⠀ ',
\' ⠀⠀⠀⣸⠁⢰⠃⠀⠀⠀⠈⢣⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣇⠀ ',
\' ⠀⠀⠀⡇⠀⡾⡀⠀⠀⠀⠀⣀⣹⣆⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹⠀ ',
\' ⠀⠀⢸⠃⢀⣇⡈... | 37.68 | 44 | 0.028662 |
e2b334880ffaa242afded3487c4a0c480a992e57 | 74,371 | vim | VimL | vim/bundle/minibufexpl.vim/plugin/minibufexpl.vim | darcylee/vim-config | 12b6f0e3fabf7904ab8a746dbf95cb79f8376cdd | [
"MIT"
] | null | null | null | vim/bundle/minibufexpl.vim/plugin/minibufexpl.vim | darcylee/vim-config | 12b6f0e3fabf7904ab8a746dbf95cb79f8376cdd | [
"MIT"
] | 5 | 2020-02-24T23:15:25.000Z | 2022-02-26T02:03:08.000Z | vim/bundle/minibufexpl.vim/plugin/minibufexpl.vim | darcylee/vim-config | 12b6f0e3fabf7904ab8a746dbf95cb79f8376cdd | [
"MIT"
] | null | null | null | " Mini Buffer Explorer <minibufexpl.vim>
"
" HINT: Type zR if you don't know how to use folds
"
" Script Info and Documentation {{{
"=============================================================================
" Copyright: Copyright (C) 2002 & 2003 Bindu Wavell
" Copyright (C) 2010 Oliver Uvman
" ... | 30.134117 | 190 | 0.658361 |
6cc420881a00c8eaf8da63dc8455765068677633 | 971 | vim | VimL | vim/syntax/alloy.vim | chudur-budur/dotfiles | bafb2185f12ee4ef4e86ec858d80241bb84281bd | [
"WTFPL"
] | null | null | null | vim/syntax/alloy.vim | chudur-budur/dotfiles | bafb2185f12ee4ef4e86ec858d80241bb84281bd | [
"WTFPL"
] | null | null | null | vim/syntax/alloy.vim | chudur-budur/dotfiles | bafb2185f12ee4ef4e86ec858d80241bb84281bd | [
"WTFPL"
] | null | null | null | " VIM syntax file
" Language: alloy
" Maintainer: Lorin Hochstein
"
if exists("b:current_synax")
finish
endif
" Keywords
syn keyword alloyQuantifier one lone no some all
syn keyword alloyLogic not and or implies else iff
syn keyword alloySigs sig abstract
syn keyword alloyCommands pred fact assert check fun run
sy... | 30.34375 | 57 | 0.803296 |
aa657ded1cf4a081cef87b0c5ba31473d5e40853 | 28 | vim | VimL | vim/.vim/modules/plugins/vim-distinguished.vim | jscMR/dotfiles | bf4434c73a28db1d8edc468d67e0b5e80e2b9549 | [
"MIT"
] | null | null | null | vim/.vim/modules/plugins/vim-distinguished.vim | jscMR/dotfiles | bf4434c73a28db1d8edc468d67e0b5e80e2b9549 | [
"MIT"
] | null | null | null | vim/.vim/modules/plugins/vim-distinguished.vim | jscMR/dotfiles | bf4434c73a28db1d8edc468d67e0b5e80e2b9549 | [
"MIT"
] | null | null | null | "colorscheme distinguished"
| 14 | 27 | 0.857143 |
9595caa70cd12f281750d43f8313677b16ca1dfa | 157 | vim | VimL | autoload/vsnip_integ/integration/lcn.vim | jandamm/vim-vsnip-integ | 446768b44a07ef2197fe8267d5ee479cc3b73697 | [
"MIT"
] | 101 | 2019-12-12T14:47:37.000Z | 2022-03-30T08:28:58.000Z | autoload/vsnip_integ/integration/lcn.vim | jandamm/vim-vsnip-integ | 446768b44a07ef2197fe8267d5ee479cc3b73697 | [
"MIT"
] | 45 | 2019-12-10T02:42:12.000Z | 2022-02-07T01:10:02.000Z | autoload/vsnip_integ/integration/lcn.vim | jandamm/vim-vsnip-integ | 446768b44a07ef2197fe8267d5ee479cc3b73697 | [
"MIT"
] | 15 | 2019-12-10T01:42:23.000Z | 2021-12-13T06:55:33.000Z | "
" vsnip_integ#integration#lcn#attach
"
function! vsnip_integ#integration#lcn#attach() abort
let g:LanguageClient_hasSnippetSupport = v:true
endfunction
| 19.625 | 52 | 0.808917 |
c314890c7ebc76fed883d9e9e3187dacf8ffc305 | 260 | vim | VimL | src/.vim/profiles/__common__/copy_paste_indentation.vim | noomorph/dotfiles | 759f73f6c0ec8606724a4d1648e56652df79574d | [
"MIT"
] | null | null | null | src/.vim/profiles/__common__/copy_paste_indentation.vim | noomorph/dotfiles | 759f73f6c0ec8606724a4d1648e56652df79574d | [
"MIT"
] | null | null | null | src/.vim/profiles/__common__/copy_paste_indentation.vim | noomorph/dotfiles | 759f73f6c0ec8606724a4d1648e56652df79574d | [
"MIT"
] | null | null | null | " automatic copy/paste with correct indentation
let &t_SI .= "\<Esc>[?2004h"
let &t_EI .= "\<Esc>[?2004l"
inoremap <special> <expr> <Esc>[200~ XTermPasteBegin()
function! XTermPasteBegin()
set pastetoggle=<Esc>[201~
set paste
return ""
endfunction
| 26 | 54 | 0.684615 |
723099c42138f0643f3a8926a9e8dc46ed3b3cd3 | 2,258 | vim | VimL | autoload/SpaceVim/layers/core.vim | memoxmrdl/.SpaceVim | c4b1d12c64eba22647a995413510832c2e96852a | [
"MIT"
] | null | null | null | autoload/SpaceVim/layers/core.vim | memoxmrdl/.SpaceVim | c4b1d12c64eba22647a995413510832c2e96852a | [
"MIT"
] | null | null | null | autoload/SpaceVim/layers/core.vim | memoxmrdl/.SpaceVim | c4b1d12c64eba22647a995413510832c2e96852a | [
"MIT"
] | null | null | null | function! SpaceVim#layers#core#plugins() abort
return [
\ ['Shougo/vimproc.vim', {'build' : ['make']}],
\ ['benizi/vim-automkdir'],
\ ['airblade/vim-rooter', {'merged' : 0, 'loadconf' : 1}],
\ ]
endfunction
let s:filename = expand('<sfile>:~')
let s:lnum = expand('<slnum>') + 3
functi... | 40.321429 | 143 | 0.608503 |
f5df58b7f665ead60a5c3bdb21da2e663a742970 | 654 | vim | VimL | autoload/ale/handlers/cppcheck.vim | olstenlarck/ale | 3a289dab6b6581586d42204e5e8d56a1489aa75c | [
"BSD-2-Clause"
] | 1 | 2019-04-14T20:28:58.000Z | 2019-04-14T20:28:58.000Z | autoload/ale/handlers/cppcheck.vim | olstenlarck/ale | 3a289dab6b6581586d42204e5e8d56a1489aa75c | [
"BSD-2-Clause"
] | null | null | null | autoload/ale/handlers/cppcheck.vim | olstenlarck/ale | 3a289dab6b6581586d42204e5e8d56a1489aa75c | [
"BSD-2-Clause"
] | 1 | 2020-01-11T12:25:36.000Z | 2020-01-11T12:25:36.000Z | " Description: Handle errors for cppcheck.
function! ale#handlers#cppcheck#HandleCppCheckFormat(buffer, lines) abort
" Look for lines like the following.
"
" [test.cpp:5]: (error) Array 'a[10]' accessed at index 10, which is out of bounds
let l:pattern = '^\[.\{-}:\(\d\+\)\]: (\(.\{-}\)) \(.\+\)'
l... | 31.142857 | 86 | 0.521407 |
3ced76734bd3b7908b81277165cf6839910dffb0 | 301 | vim | VimL | after/syntax/beatrice_gitcommit.vim | doki-theme/doki-theme-vim | f5f5adbc563120e80201e17196d625e758691a13 | [
"MIT"
] | 21 | 2020-08-28T16:13:25.000Z | 2022-03-29T10:44:48.000Z | after/syntax/beatrice_gitcommit.vim | doki-theme/doki-theme-vim | f5f5adbc563120e80201e17196d625e758691a13 | [
"MIT"
] | 2 | 2021-12-29T03:56:53.000Z | 2022-03-22T08:35:24.000Z | after/syntax/beatrice_gitcommit.vim | doki-theme/doki-theme-vim | f5f5adbc563120e80201e17196d625e758691a13 | [
"MIT"
] | 1 | 2021-07-10T19:24:44.000Z | 2021-07-10T19:24:44.000Z | if beatrice#should_abort('gitcommit')
finish
endif
" The following two are misnomers. Colors are correct.
hi! link diffFile BeatriceClassName
hi! link diffNewFile BeatriceRed
hi! link diffAdded BeatriceClassName
hi! link diffLine BeatriceKeyColorItalic
hi! link diffRemoved BeatriceRed
| 23.153846 | 54 | 0.797342 |
9ba2395f0fa1d3cfab6249dec40fae834d86cc61 | 241 | vim | VimL | .vim/config/plugins/fugitive.vim | atweiden/osxfiles | 22396c9cde8aad9da3fcc3fc4948f966c9f5ee00 | [
"Unlicense"
] | 4 | 2017-05-04T05:47:29.000Z | 2022-02-09T05:15:23.000Z | .vim/config/plugins/fugitive.vim | atweiden/osxfiles | 22396c9cde8aad9da3fcc3fc4948f966c9f5ee00 | [
"Unlicense"
] | 1 | 2020-06-28T22:23:21.000Z | 2020-08-04T22:28:23.000Z | .vim/config/plugins/fugitive.vim | atweiden/osxfiles | 22396c9cde8aad9da3fcc3fc4948f966c9f5ee00 | [
"Unlicense"
] | 1 | 2019-03-17T18:19:36.000Z | 2019-03-17T18:19:36.000Z | " git blame sans tpope/vim-fugitive
command! -range GitBlame echo join(systemlist("git -C " . shellescape(expand('%:p:h')) . " blame -L <line1>,<line2> " . expand('%:t')), "\n")
" vim: set filetype=vim foldmethod=marker foldlevel=0 nowrap:
| 48.2 | 141 | 0.672199 |
ded070eb002396f5827c5763e917f2febe961253 | 234 | vim | VimL | tools/test/test_terminal.vim | meiliangdeng/mydotfiles | 8f337c4fb325ecefefeb55d7be5a758cd691dde9 | [
"MIT"
] | 967 | 2019-12-25T06:51:36.000Z | 2022-03-19T16:40:32.000Z | tools/test/test_terminal.vim | meiliangdeng/mydotfiles | 8f337c4fb325ecefefeb55d7be5a758cd691dde9 | [
"MIT"
] | 61 | 2019-12-30T21:08:46.000Z | 2022-03-16T03:34:42.000Z | tools/test/test_terminal.vim | meiliangdeng/mydotfiles | 8f337c4fb325ecefefeb55d7be5a758cd691dde9 | [
"MIT"
] | 368 | 2016-09-17T08:03:26.000Z | 2022-03-28T13:01:15.000Z | function! TermExit(code)
echom "terminal exit code: ". a:code
echom "current win: ". winnr()
endfunc
let opts = {'w':80, 'h':24, 'callback':'TermExit'}
let opts.title = 'Terminal Popup'
call quickui#terminal#open('python', opts)
| 21.272727 | 50 | 0.683761 |
2d227434d12e38c70a015a261f72edff80fd6ed0 | 87 | vim | VimL | tests/test066.vim | inkarkat/vim-IndentConsistencyCop | 8d5a372d7bafef0ed940d20ae31a1c6ca21aba96 | [
"Vim"
] | 11 | 2018-07-16T21:16:38.000Z | 2021-01-12T19:48:13.000Z | tests/test066.vim | inkarkat/vim-IndentConsistencyCop | 8d5a372d7bafef0ed940d20ae31a1c6ca21aba96 | [
"Vim"
] | 2 | 2020-04-22T17:13:53.000Z | 2021-01-22T15:37:45.000Z | tests/test066.vim | inkarkat/vim-IndentConsistencyCop | 8d5a372d7bafef0ed940d20ae31a1c6ca21aba96 | [
"Vim"
] | null | null | null | " Test Either tab or spc5.
edit test066.txt
IndentConsistencyCop
call vimtest#Quit()
| 12.428571 | 26 | 0.781609 |
fad74a9328a49c37b2986d54c8c566b618e3f449 | 79 | vim | VimL | vimfiles/bundle/vim-racket/autoload/racket.vim | guantau/vimrc | 4f4bbe59ee84f7d7ae7388f660b601640cfde0fe | [
"MIT"
] | 1 | 2022-02-09T15:48:13.000Z | 2022-02-09T15:48:13.000Z | vimfiles/bundle/vim-racket/autoload/racket.vim | guantau/vimrc | 4f4bbe59ee84f7d7ae7388f660b601640cfde0fe | [
"MIT"
] | null | null | null | vimfiles/bundle/vim-racket/autoload/racket.vim | guantau/vimrc | 4f4bbe59ee84f7d7ae7388f660b601640cfde0fe | [
"MIT"
] | 1 | 2022-02-09T15:49:18.000Z | 2022-02-09T15:49:18.000Z | if !exists("g:raco_command")
let g:raco_command = system("which raco")
endif
| 19.75 | 43 | 0.721519 |
e67066e808ba0721910d4d9ab7848ba0e0e2454e | 12,664 | vim | VimL | editors/nvim/after/plugin/quickmenu.vim | dunstontc/dotfiles | e7cd61721bbacec3c1b98cfefc896df47b15c8d9 | [
"MIT"
] | 2 | 2018-02-05T04:58:11.000Z | 2021-06-01T17:29:13.000Z | editors/nvim/after/plugin/quickmenu.vim | dunstontc/dotfiles | e7cd61721bbacec3c1b98cfefc896df47b15c8d9 | [
"MIT"
] | null | null | null | editors/nvim/after/plugin/quickmenu.vim | dunstontc/dotfiles | e7cd61721bbacec3c1b98cfefc896df47b15c8d9 | [
"MIT"
] | null | null | null | scriptencoding utf-8
if !exists(':Quickmenu')
finish
endif
" " =============================================================================
" " quickmenu.vim
" " =============================================================================
" let g:quickmenu_options = 'HL'
" let g:quickmenu_ft_blacklist= ['help', ... | 28.522523 | 126 | 0.435723 |
a60eab81bbbedeb09fa115fd20c9a3a5924c4cd2 | 887 | vim | VimL | syntax/yats/es6-symbol.vim | e-kwsm/yats.vim | 5789562ec56689e991aa0fdba17a6065ee14de82 | [
"Vim"
] | 644 | 2015-04-11T11:51:12.000Z | 2022-03-27T19:21:21.000Z | syntax/yats/es6-symbol.vim | e-kwsm/yats.vim | 5789562ec56689e991aa0fdba17a6065ee14de82 | [
"Vim"
] | 238 | 2015-09-16T04:06:19.000Z | 2022-03-11T03:17:28.000Z | syntax/yats/es6-symbol.vim | e-kwsm/yats.vim | 5789562ec56689e991aa0fdba17a6065ee14de82 | [
"Vim"
] | 83 | 2016-02-27T11:58:10.000Z | 2021-12-01T18:33:42.000Z | syntax keyword typescriptGlobal containedin=typescriptIdentifierName Symbol nextgroup=typescriptGlobalSymbolDot,typescriptFuncCallArg
syntax match typescriptGlobalSymbolDot /\./ contained nextgroup=typescriptSymbolStaticProp,typescriptSymbolStaticMethod,typescriptProp
syntax keyword typescriptSymbolStaticProp contain... | 73.916667 | 136 | 0.903044 |
1bacff495b7864950b1939973485bc4ee581d293 | 107 | vim | VimL | _vim/rc/plugins/dockerfile.vim | mtscout6/dotfiles | a3e28bd602e3c3183e6f5445f6519a97d696de7e | [
"MIT"
] | 11 | 2015-03-10T09:08:23.000Z | 2017-11-04T04:57:50.000Z | _vim/rc/plugins/dockerfile.vim | mtscout6/nextgen-dotfiles | a3e28bd602e3c3183e6f5445f6519a97d696de7e | [
"MIT"
] | 3 | 2016-04-06T13:57:22.000Z | 2021-03-09T03:12:42.000Z | _vim/rc/plugins/dockerfile.vim | mtscout6/dotfiles | a3e28bd602e3c3183e6f5445f6519a97d696de7e | [
"MIT"
] | 10 | 2015-03-05T22:22:32.000Z | 2017-11-04T07:40:56.000Z | call dein#add('ekalinin/Dockerfile.vim', {
\ 'on_ft': [
\ 'Dockerfile'
\ ]
\ }
\ )
| 15.285714 | 42 | 0.439252 |
dbb6a29fa202b278e39ffe2564f74d3f995fada5 | 93 | vim | VimL | proj/nvim/indent/tex.vim | kevindoran/light-field-networks | 480bfec4a2658a6bc50a52dd8b8ac8c6974ab302 | [
"MIT"
] | null | null | null | proj/nvim/indent/tex.vim | kevindoran/light-field-networks | 480bfec4a2658a6bc50a52dd8b8ac8c6974ab302 | [
"MIT"
] | null | null | null | proj/nvim/indent/tex.vim | kevindoran/light-field-networks | 480bfec4a2658a6bc50a52dd8b8ac8c6974ab302 | [
"MIT"
] | null | null | null | set shiftwidth=2
set expandtab
set autoindent
set tabstop=8
set smartindent
set textwidth=80
| 13.285714 | 16 | 0.83871 |
f58e9439d48932ea230406ee7cc52edc13059ceb | 2,906 | vim | VimL | t/completion_spec.vim | rhysd/vim-optparse | 8b810dc74c2341d0b1e57daad1b27e44c7194566 | [
"MIT"
] | 3 | 2019-03-27T12:12:34.000Z | 2019-07-26T11:30:47.000Z | t/completion_spec.vim | rhysd/vim-optparse | 8b810dc74c2341d0b1e57daad1b27e44c7194566 | [
"MIT"
] | null | null | null | t/completion_spec.vim | rhysd/vim-optparse | 8b810dc74c2341d0b1e57daad1b27e44c7194566 | [
"MIT"
] | null | null | null | let s:root_dir = matchstr(system('git rev-parse --show-cdup'), '[^\n]\+')
execute 'set' 'rtp +=./'.s:root_dir
call vspec#matchers#load()
function! CompleteTest(optlead, cmdline, pos)
return filter(['sushi', 'yakiniku', 'yakitori'], 'a:optlead == "" ? 1 : (v:val =~# "^" . a:optlead)')
endfunction
function! Comple... | 44.030303 | 131 | 0.51927 |
218f5dede98eee00768652ee0aeae73cb782f7d6 | 89 | vim | VimL | ftdetect/markdown.vim | LinuCC/vim-prettier | c2533b34e2cc135f655b2f1f2c84b736153fbfc1 | [
"MIT"
] | 1 | 2022-02-09T15:48:13.000Z | 2022-02-09T15:48:13.000Z | ftdetect/markdown.vim | LinuCC/vim-prettier | c2533b34e2cc135f655b2f1f2c84b736153fbfc1 | [
"MIT"
] | null | null | null | ftdetect/markdown.vim | LinuCC/vim-prettier | c2533b34e2cc135f655b2f1f2c84b736153fbfc1 | [
"MIT"
] | 1 | 2022-02-09T15:49:18.000Z | 2022-02-09T15:49:18.000Z | autocmd BufNewFile,BufReadPost *.markdown,*.md,*.mdown,*.mkd,*.mkdn setfiletype markdown
| 44.5 | 88 | 0.775281 |
6f110e5328e18476533ecefd222175a051940f1d | 421 | vim | VimL | sources_non_forked/vim-codesearch/vroom/default.init.vim | jaebaek/vimrc | a00bcd1ffbd9e72e23c1a554ab953244c845447f | [
"MIT"
] | null | null | null | sources_non_forked/vim-codesearch/vroom/default.init.vim | jaebaek/vimrc | a00bcd1ffbd9e72e23c1a554ab953244c845447f | [
"MIT"
] | null | null | null | sources_non_forked/vim-codesearch/vroom/default.init.vim | jaebaek/vimrc | a00bcd1ffbd9e72e23c1a554ab953244c845447f | [
"MIT"
] | null | null | null | " Copyright 2017 The Chromium Authors.
"
" Use of this source code is governed by a BSD-style
" license that can be found in the LICENSE file or at
" https://developers.google.com/open-source/licenses/bsd.
exec 'set rtp+=' . fnameescape(fnamemodify(getcwd(), ':p:h:h'))
set hidden
let g:codesearch_source_root = '/src/... | 28.066667 | 63 | 0.743468 |
7561593b5f87253b2b6012c063994c6e46586029 | 2,075 | vim | VimL | languages/viml/exercises/33.case-study-grep-operator-2.vim | banminkyoz/learn | fde05b0e2f075ebffe77a9d085ed63412d8a9ff9 | [
"MIT"
] | 4 | 2022-01-18T00:57:20.000Z | 2022-03-31T02:41:54.000Z | languages/viml/exercises/33.case-study-grep-operator-2.vim | kyoz/learn | fde05b0e2f075ebffe77a9d085ed63412d8a9ff9 | [
"MIT"
] | null | null | null | languages/viml/exercises/33.case-study-grep-operator-2.vim | kyoz/learn | fde05b0e2f075ebffe77a9d085ed63412d8a9ff9 | [
"MIT"
] | null | null | null | " Skeleton {{{
" To create a new Vim operator you'll start with two components: a function and mapping
" Start by adding this:
nnoremap <leader>g :set operatorfunc=GrepOperator<cr>g@
function! GrepOperator(type)
echo "Test"
endfunction
" g@ call this function as an operator
" }}}
" Visual Mode {{{
" Use our ma... | 21.391753 | 92 | 0.663133 |
226c191fa56d7c8d048efb01b4bd1525c6e8d17c | 1,272 | vim | VimL | plugin/virtualenv.vim | huashengdun/vim-virtualenv | 8170b0b4b864878ac35902b6c9b00cd18e0d6112 | [
"WTFPL"
] | 332 | 2015-01-03T11:27:48.000Z | 2022-02-20T23:45:26.000Z | plugin/virtualenv.vim | huashengdun/vim-virtualenv | 8170b0b4b864878ac35902b6c9b00cd18e0d6112 | [
"WTFPL"
] | 38 | 2015-01-29T06:23:04.000Z | 2021-12-08T03:00:39.000Z | plugin/virtualenv.vim | huashengdun/vim-virtualenv | 8170b0b4b864878ac35902b6c9b00cd18e0d6112 | [
"WTFPL"
] | 45 | 2015-02-10T11:31:55.000Z | 2022-02-06T11:20:09.000Z | if exists("g:virtualenv_loaded")
finish
endif
let g:virtualenv_loaded = 1
let s:save_cpo = &cpo
set cpo&vim
if !has('python3') && !has('python')
finish
endif
if !exists("g:virtualenv_auto_activate")
let g:virtualenv_auto_activate = 1
endif
if !exists("g:virtualenv_stl_format")
let g:virtualenv_stl_... | 23.555556 | 119 | 0.752358 |
173293e2c4ad508e8db8e629fd0c1988b7690c14 | 290 | vim | VimL | vim/settings/jedi-vim.vim | eywalker/walkspace | 2902c951dba880dbcb2bf0232f1e5c32f7f04c2b | [
"BSD-2-Clause"
] | null | null | null | vim/settings/jedi-vim.vim | eywalker/walkspace | 2902c951dba880dbcb2bf0232f1e5c32f7f04c2b | [
"BSD-2-Clause"
] | null | null | null | vim/settings/jedi-vim.vim | eywalker/walkspace | 2902c951dba880dbcb2bf0232f1e5c32f7f04c2b | [
"BSD-2-Clause"
] | null | null | null | let g:jedi#completions_enabled = 0
let g:jedi#auto_vim_configuration = 0
imap <C-@> <C-Space>
inoremap <C-Space> <C-X><C-O>
" Turn off the documentation window from showing up
autocmd FileType python setlocal completeopt-=preview
" Turn off linting on save
let g:pymode_lint_on_write = 0
| 26.363636 | 53 | 0.765517 |
dc3ce6526b5606259834fac418a45e330623639d | 264 | vim | VimL | plugin/symbols-outline.vim | GabMus/symbols-outline.nvim | 260227983a013d1b5f7acad3d224d7fbf742c8ec | [
"MIT"
] | null | null | null | plugin/symbols-outline.vim | GabMus/symbols-outline.nvim | 260227983a013d1b5f7acad3d224d7fbf742c8ec | [
"MIT"
] | null | null | null | plugin/symbols-outline.vim | GabMus/symbols-outline.nvim | 260227983a013d1b5f7acad3d224d7fbf742c8ec | [
"MIT"
] | null | null | null | if exists('g:loaded_symbols_outline')
finish
endif
let g:loaded_symbols_outline = 1
if exists('g:symbols_outline')
call luaeval('require"symbols-outline".setup(_A[1])', [g:symbols_outline])
else
call luaeval('require"symbols-outline".setup()')
endif
| 22 | 78 | 0.738636 |
6c467a3acdacbf73431958eee3417a8ea97a7874 | 28,367 | vim | VimL | nvim/init.vim | EricQAQ/.dotfiles | 54ebdd4bb0da5818b97c8a227eb8454ef9d69c6a | [
"MIT"
] | 1 | 2016-09-07T02:32:27.000Z | 2016-09-07T02:32:27.000Z | nvim/init.vim | EricQAQ/.dotfiles | 54ebdd4bb0da5818b97c8a227eb8454ef9d69c6a | [
"MIT"
] | null | null | null | nvim/init.vim | EricQAQ/.dotfiles | 54ebdd4bb0da5818b97c8a227eb8454ef9d69c6a | [
"MIT"
] | null | null | null | " 显式设置当前脚本的编码方式以支持多字节字符
scriptencoding utf-8
set encoding=utf-8
filetype on
let t_Co = 256
set mouse=a
set laststatus=2
let g:python_host_prog=$HOME . "/.pyenv/versions/neovim2/bin/python"
let g:python3_host_prog=$HOME . "/.pyenv/versions/neovim3/bin/python"
" 设置leader键
let mapleader=";"
" 模式切换修改
inoremap <C-q> <ES... | 29.426349 | 249 | 0.609899 |
3a1486cf242ff68d4b2dfed2bcf263f80518088d | 9,305 | vim | VimL | .config/nvim/autoload/badge.vim | Robostyle/linux-shell | 37d8a23e0fcf56605e39fbc5a08eec4c8aaadc57 | [
"MIT"
] | null | null | null | .config/nvim/autoload/badge.vim | Robostyle/linux-shell | 37d8a23e0fcf56605e39fbc5a08eec4c8aaadc57 | [
"MIT"
] | null | null | null | .config/nvim/autoload/badge.vim | Robostyle/linux-shell | 37d8a23e0fcf56605e39fbc5a08eec4c8aaadc57 | [
"MIT"
] | null | null | null | " vim-badge - Bite-size badges for tab & status lines
" Maintainer: Rafael Bodill <justrafi at gmail dot com>
"-------------------------------------------------
" Configuration
" Limit display of directories in path
let g:badge_tab_filename_max_dirs =
\ get(g:, 'badge_tab_filename_max_dirs', 1)
" Limit display of c... | 28.19697 | 77 | 0.655562 |
eb39357534d158fa174a862fc28acd3e55072140 | 186 | vim | VimL | vim-common-linux/.vim/configs/vim-airline.vim | criswell/meh | bc04d3a37794473f84781849ce1655a104ab8143 | [
"CC0-1.0"
] | 3 | 2016-09-22T20:39:05.000Z | 2020-10-13T21:03:29.000Z | vim-common-linux/.vim/configs/vim-airline.vim | criswell/meh | bc04d3a37794473f84781849ce1655a104ab8143 | [
"CC0-1.0"
] | null | null | null | vim-common-linux/.vim/configs/vim-airline.vim | criswell/meh | bc04d3a37794473f84781849ce1655a104ab8143 | [
"CC0-1.0"
] | null | null | null | Plug 'bling/vim-airline'
Plug 'vim-airline/vim-airline-themes'
let g:airline_section_x = '%{PencilMode()}'
let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1
| 31 | 44 | 0.774194 |
835ccfff3fa91cf0067237f80b150cd18a9e0f07 | 40 | vim | VimL | .config/nvim/constant.vim | FikriRNurhidayat/dotfiles | 1022bd515902304aad3ef6b8885a2b7c80262c7a | [
"Vim"
] | null | null | null | .config/nvim/constant.vim | FikriRNurhidayat/dotfiles | 1022bd515902304aad3ef6b8885a2b7c80262c7a | [
"Vim"
] | null | null | null | .config/nvim/constant.vim | FikriRNurhidayat/dotfiles | 1022bd515902304aad3ef6b8885a2b7c80262c7a | [
"Vim"
] | null | null | null | let g:wiki_root = '~/.local/share/wiki'
| 20 | 39 | 0.675 |
84780bfadf5d49d54c670b407dd8a8c4bd615a15 | 43 | vim | VimL | _vim/rc/plugins/wombat265.vim | mtscout6/dotfiles | a3e28bd602e3c3183e6f5445f6519a97d696de7e | [
"MIT"
] | 11 | 2015-03-10T09:08:23.000Z | 2017-11-04T04:57:50.000Z | _vim/rc/plugins/wombat265.vim | mtscout6/nextgen-dotfiles | a3e28bd602e3c3183e6f5445f6519a97d696de7e | [
"MIT"
] | 3 | 2016-04-06T13:57:22.000Z | 2021-03-09T03:12:42.000Z | _vim/rc/plugins/wombat265.vim | mtscout6/dotfiles | a3e28bd602e3c3183e6f5445f6519a97d696de7e | [
"MIT"
] | 10 | 2015-03-05T22:22:32.000Z | 2017-11-04T07:40:56.000Z | call dein#add('vim-scripts/wombat256.vim')
| 21.5 | 42 | 0.767442 |
ad04c303d8ec7f10ce1ec475881e82bb92a06174 | 1,605 | vim | VimL | vim/plugin/keyword.vim | gaitonde-bhau/dotfiles | c411148cd6760f6a984a99052a4352dfe75e73d2 | [
"MIT"
] | 33 | 2016-01-27T04:20:09.000Z | 2021-09-15T01:30:13.000Z | vim/plugin/keyword.vim | gaitonde-bhau/dotfiles | c411148cd6760f6a984a99052a4352dfe75e73d2 | [
"MIT"
] | null | null | null | vim/plugin/keyword.vim | gaitonde-bhau/dotfiles | c411148cd6760f6a984a99052a4352dfe75e73d2 | [
"MIT"
] | 8 | 2016-02-26T17:45:09.000Z | 2020-05-07T09:07:10.000Z | " Use the DD command to search on devdocs.io
" From: https://gist.github.com/romainl/8d3b73428b4366f75a19be2dad2f0987
"
" SYNTAX:
"
" Use :DD without argument to look up the word under the cursor, scoped with the current filetype:
" :DD
" Use :DD keyword to look up the given keyword, scoped with the current filetype:
... | 25.887097 | 101 | 0.614953 |
b02eb09d0a5675168d90001506a68555750c8daa | 36,211 | vim | VimL | runtime/syntax/lisp.vim | landofz/neovim | 14ae394532aae5e1be3b20c0ade98b9d7625ae4b | [
"Vim"
] | 239 | 2018-04-20T06:58:32.000Z | 2022-03-22T18:06:08.000Z | runtime/syntax/lisp.vim | landofz/neovim | 14ae394532aae5e1be3b20c0ade98b9d7625ae4b | [
"Vim"
] | 98 | 2017-11-02T19:00:44.000Z | 2022-03-22T16:15:39.000Z | runtime/syntax/lisp.vim | landofz/neovim | 14ae394532aae5e1be3b20c0ade98b9d7625ae4b | [
"Vim"
] | 99 | 2018-07-20T09:16:13.000Z | 2022-03-20T11:58:56.000Z | " Vim syntax file
" Language: Lisp
" Maintainer: Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz>
" Last Change: May 02, 2016
" Version: 26
" URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_LISP
"
" Thanks to F Xavier Noria for a list of 978 Common Lisp symbols taken from HyperSpec
" Cl... | 58.499192 | 227 | 0.707327 |
1ef75b8ddb0e7e03d3bf600bb489c801ce53a94c | 1,042 | vim | VimL | gen/vimrc/boot/PluginManager.vim | samwhelp/tool-svim-gen | 4785ac02e66c797a0f5d483d52014e36ec9fc049 | [
"MIT"
] | null | null | null | gen/vimrc/boot/PluginManager.vim | samwhelp/tool-svim-gen | 4785ac02e66c797a0f5d483d52014e36ec9fc049 | [
"MIT"
] | null | null | null | gen/vimrc/boot/PluginManager.vim | samwhelp/tool-svim-gen | 4785ac02e66c797a0f5d483d52014e36ec9fc049 | [
"MIT"
] | null | null | null |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
""" Head: PluginManager
""
function! s:PluginManager (dir_path) abort
" :help internal-variables
let l:site_rtp_dir_path = '~/.cache/svim/site'
"let &runtimepath .= ',' . l:site_rtp_dir_path
let &runtimepath = l:site_rtp_dir_path ... | 26.05 | 142 | 0.596929 |
c1f47e5c3c7dfffedf025d18de6d34a0e254ccb9 | 1,834 | vim | VimL | settings/plugin-fzf.vim | genoma/NeoFront | 1a8022f679fe648fba1a91ce84037ea1c5323fb5 | [
"MIT"
] | 4 | 2018-05-27T03:18:33.000Z | 2020-08-13T18:07:34.000Z | settings/plugin-fzf.vim | genoma/NeoFront | 1a8022f679fe648fba1a91ce84037ea1c5323fb5 | [
"MIT"
] | null | null | null | settings/plugin-fzf.vim | genoma/NeoFront | 1a8022f679fe648fba1a91ce84037ea1c5323fb5 | [
"MIT"
] | 1 | 2020-11-30T18:48:20.000Z | 2020-11-30T18:48:20.000Z | " ============ FZF ============
" This is the default extra key bindings
let g:fzf_action = {
\ 'ctrl-t': 'tab split',
\ 'ctrl-x': 'split',
\ 'ctrl-v': 'vsplit' }
" Default fzf layout
" - down / up / left / right
let g:fzf_layout = { 'down': '~40%' }
" Customize fzf colors to match your color scheme
let g:fzf_... | 32.75 | 104 | 0.616685 |
cdbd1121b54ea95341db46753765190a1709e30c | 474 | vim | VimL | vim/colors/light-bg.vim | bgun26/common | b2dfb626949cebb669fdbb3dfafed08063593a73 | [
"MIT"
] | null | null | null | vim/colors/light-bg.vim | bgun26/common | b2dfb626949cebb669fdbb3dfafed08063593a73 | [
"MIT"
] | null | null | null | vim/colors/light-bg.vim | bgun26/common | b2dfb626949cebb669fdbb3dfafed08063593a73 | [
"MIT"
] | null | null | null | " Buffer split colors
hi TabLine ctermbg=253 ctermfg=000 cterm=none
hi TabLineFill ctermbg=253 ctermfg=000 cterm=none
hi TabLineSel ctermbg=255 ctermfg=025 cterm=underline
" Status line colors
hi StatusLine ctermbg=025 ctermfg=253 cterm=none
hi StatusLineNC ctermbg=253 ctermfg=000 cterm=none
hi VertS... | 33.857143 | 57 | 0.78903 |
d429f5312e0e70e1ec683329c0aab8b9bf7d2482 | 470 | vim | VimL | .vim/rc/plugins/vim-lsp-javascript.rc.vim | Atsuyoshi-N/dotfiles | 0cca45d21958625ba5713d83845db948cf887e46 | [
"MIT"
] | 1 | 2019-04-14T09:32:38.000Z | 2019-04-14T09:32:38.000Z | .vim/rc/plugins/vim-lsp-javascript.rc.vim | Atsuyoshi-N/dotfiles | 0cca45d21958625ba5713d83845db948cf887e46 | [
"MIT"
] | 8 | 2019-02-27T09:21:48.000Z | 2019-10-26T18:33:33.000Z | .vim/rc/plugins/vim-lsp-javascript.rc.vim | Atsuyoshi-N/dotfiles | 0cca45d21958625ba5713d83845db948cf887e46 | [
"MIT"
] | null | null | null | if executable('typescript-language-server')
au User lsp_setup call lsp#register_server({
\ 'name': 'javascript support using typescript-language-server',
\ 'cmd': { server_info->[&shell, &shellcmdflag, 'typescript-language-server --stdio']},
\ 'root_uri': { server_info->lsp#utils#path_to_uri(lsp#u... | 47 | 139 | 0.682979 |
4321a6ea7a753f409a8da42f5c211eb5c2d13b8e | 518 | vim | VimL | vim/.config/nvim/init/settings.vim | manoj23/dotfiles | 49d28a3e1016ebe2045fd6aeb7daf83ee4d3fafb | [
"MIT"
] | 1 | 2019-02-12T16:44:39.000Z | 2019-02-12T16:44:39.000Z | vim/.config/nvim/init/settings.vim | manoj23/dotfiles | 49d28a3e1016ebe2045fd6aeb7daf83ee4d3fafb | [
"MIT"
] | null | null | null | vim/.config/nvim/init/settings.vim | manoj23/dotfiles | 49d28a3e1016ebe2045fd6aeb7daf83ee4d3fafb | [
"MIT"
] | null | null | null | filetype plugin indent on
syntax enable
colorscheme molokai
set autoindent
set grepprg=rg\ --vimgrep
set clipboard=unnamedplus
set colorcolumn=80
set inccommand=nosplit
set laststatus=1
set list listchars=tab:→\ ,trail:•,extends:»,precedes:«,nbsp:¬,space:⋅
set mouse=a
set noshowmode
set nu
set showmatch
set switchbuf=... | 20.72 | 70 | 0.812741 |
669f9944e96b15f2a23e2cecd8739d35649c363f | 88 | vim | VimL | confs/pluginrc/pandoc.vim | korbenzhang/vimrc | 71e52199eabd93fe137db7a913e8a165799c13b5 | [
"Apache-2.0"
] | 1 | 2017-12-15T06:22:44.000Z | 2017-12-15T06:22:44.000Z | confs/pluginrc/pandoc.vim | korbenzhang/vimrc | 71e52199eabd93fe137db7a913e8a165799c13b5 | [
"Apache-2.0"
] | null | null | null | confs/pluginrc/pandoc.vim | korbenzhang/vimrc | 71e52199eabd93fe137db7a913e8a165799c13b5 | [
"Apache-2.0"
] | null | null | null | " some about pandoc
Plug 'vim-pandoc/vim-pandoc'
Plug 'vim-pandoc/vim-pandoc-syntax'
| 12.571429 | 35 | 0.738636 |
6b8eb51746fa5591022641d832add9f1fad86f06 | 652 | vim | VimL | plugin/vim-gdformat.vim | LoipesMas/gdformat.vim | ed7f466d524b6a2b8fa56aa36fdb75767036f36b | [
"Apache-2.0"
] | 1 | 2021-08-24T19:37:56.000Z | 2021-08-24T19:37:56.000Z | plugin/vim-gdformat.vim | LoipesMas/vim.gdformat | ed7f466d524b6a2b8fa56aa36fdb75767036f36b | [
"Apache-2.0"
] | null | null | null | plugin/vim-gdformat.vim | LoipesMas/vim.gdformat | ed7f466d524b6a2b8fa56aa36fdb75767036f36b | [
"Apache-2.0"
] | null | null | null | let s:plugin_root_dir = fnamemodify(resolve(expand('<sfile>:p')), ':h')
python3 << EOF
import sys
from os.path import normpath, join
import vim
plugin_root_dir = vim.eval('s:plugin_root_dir')
python_root_dir = normpath(join(plugin_root_dir, '..', 'python'))
sys.path.insert(0, python_root_dir)
import vim_gdformat
EOF
... | 21.733333 | 71 | 0.743865 |
873566882e307c85ea18685fc5ba5417b3cc85f8 | 3,188 | vim | VimL | vim/colors/xcode.vim | zenangst/dotfiles | 1e4670f29c5c2f476247382e190d2ec64e1e6408 | [
"MIT"
] | 2 | 2015-11-10T15:11:25.000Z | 2021-01-21T00:31:07.000Z | vim/colors/xcode.vim | zenangst/dotfiles | 1e4670f29c5c2f476247382e190d2ec64e1e6408 | [
"MIT"
] | null | null | null | vim/colors/xcode.vim | zenangst/dotfiles | 1e4670f29c5c2f476247382e190d2ec64e1e6408 | [
"MIT"
] | null | null | null | "
" Vim colour file
"
" Maintainer: Christoffer Winterkvist <christoffer@winterkvist.com>
" Last Change: 30 August 2014
" Version: 1.0
"
" This colour file is meant for GUI use.
"
set background=light
set transparency=0
set guifont=Bitstream\ Vera\ Sans\ Mono:h12
hi clear
if exists("syntax_on")
syntax reset
... | 31.254902 | 68 | 0.684755 |
b10a33c2b07bf7c75bd92f8d98d66b5bbe59eeea | 1,555 | vim | VimL | _demo/prototype/svim/gen/vimrc/src/svim/Section/View/LineFormat/Highlight.vim | samwhelp/note-about-vim | 26d64e8a1a5c7fda6728b1ef81eb85154711808c | [
"MIT"
] | null | null | null | _demo/prototype/svim/gen/vimrc/src/svim/Section/View/LineFormat/Highlight.vim | samwhelp/note-about-vim | 26d64e8a1a5c7fda6728b1ef81eb85154711808c | [
"MIT"
] | null | null | null | _demo/prototype/svim/gen/vimrc/src/svim/Section/View/LineFormat/Highlight.vim | samwhelp/note-about-vim | 26d64e8a1a5c7fda6728b1ef81eb85154711808c | [
"MIT"
] | null | null | null |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
""" Head: Cursor Line / Highlight
""
""hi CursorLine ctermfg=254 ctermbg=237 cterm=NONE
hi CursorLine ctermfg=NONE ctermbg=237 cterm=NONE
set cursorline
set nocursorcolumn
"" :help augroup
"augroup CurrentCursorLine
" au!
" au WinLeav... | 26.355932 | 80 | 0.618006 |
9f346433e1a3620d53623130efbc6875d42f5165 | 6,261 | vim | VimL | plugin/commands.vim | damonchen/vim | 0f176126fc1b994edcb25c0bdeaefd18514e525b | [
"MIT"
] | 699 | 2016-05-09T14:48:28.000Z | 2022-03-30T04:25:54.000Z | plugin/commands.vim | damonchen/vim | 0f176126fc1b994edcb25c0bdeaefd18514e525b | [
"MIT"
] | 26 | 2018-04-20T12:42:51.000Z | 2022-03-28T12:43:24.000Z | plugin/commands.vim | damonchen/vim | 0f176126fc1b994edcb25c0bdeaefd18514e525b | [
"MIT"
] | 368 | 2016-09-17T08:03:26.000Z | 2022-03-28T13:01:15.000Z | "======================================================================
"
" commands.vim -
"
" Created by skywind on 2021/12/22
" Last Modified: 2021/12/22 22:18:11
"
"======================================================================
"----------------------------------------------------------------------
" Foll... | 32.952632 | 74 | 0.448491 |
1a6b497c284797318e0fd07c1024f305e9e23056 | 363 | vim | VimL | marktag.vim | t4ku/marktag | c5d1c39836c9944b0a34add1fa77ef90ccfd8e34 | [
"MIT"
] | 1 | 2016-04-01T08:45:45.000Z | 2016-04-01T08:45:45.000Z | marktag.vim | t4ku/marktag | c5d1c39836c9944b0a34add1fa77ef90ccfd8e34 | [
"MIT"
] | null | null | null | marktag.vim | t4ku/marktag | c5d1c39836c9944b0a34add1fa77ef90ccfd8e34 | [
"MIT"
] | null | null | null | if executable('marktag')
let g:tagbar_type_markdown = {
\ 'ctagstype' : 'markdown',
\ 'ctagsbin' : 'marktag',
\ 'kinds' : [
\ 'h:header'
\ ],
\ 'sro' : '.',
\ 'kind2scope' : {
\ 'h' : 'header'
\ },
\ 'scope2kind' : {
... | 21.352941 | 35 | 0.349862 |
33077a729b69ae32e77d275417c98fa1bda6cbd7 | 1,561 | vim | VimL | vim/after/ftplugin/php/check.vim | jsorah/sanctum-dotfiles | 2b45266b0a96188d21f3ba892ac635a44e552f6e | [
"Unlicense"
] | null | null | null | vim/after/ftplugin/php/check.vim | jsorah/sanctum-dotfiles | 2b45266b0a96188d21f3ba892ac635a44e552f6e | [
"Unlicense"
] | null | null | null | vim/after/ftplugin/php/check.vim | jsorah/sanctum-dotfiles | 2b45266b0a96188d21f3ba892ac635a44e552f6e | [
"Unlicense"
] | null | null | null | " Only do this when not done yet for this buffer
" Also do nothing if 'compatible' enabled
if exists('b:did_ftplugin_php_check') || &compatible
finish
endif
let b:did_ftplugin_php_check = 1
if exists('b:undo_ftplugin')
let b:undo_ftplugin = b:undo_ftplugin
\ . '|unlet b:did_ftplugin_php_check'
endif
" Buil... | 26.913793 | 78 | 0.657271 |
b02090444dfc3f198acd1b29f3f9366ff9371e93 | 171 | vim | VimL | old_viml_config/plugconf/rainbow.vim | vspecky/nvim-config | 301a9d7e88a17e85d93456b3afa380fe4fb6b591 | [
"MIT"
] | 1 | 2021-07-29T06:21:51.000Z | 2021-07-29T06:21:51.000Z | old_viml_config/plugconf/rainbow.vim | vspecky/nvim-config | 301a9d7e88a17e85d93456b3afa380fe4fb6b591 | [
"MIT"
] | null | null | null | old_viml_config/plugconf/rainbow.vim | vspecky/nvim-config | 301a9d7e88a17e85d93456b3afa380fe4fb6b591 | [
"MIT"
] | null | null | null |
" vim-rainbow
let g:rainbow_active = 1
let g:rainbow_ctermfgs = ['lightblue', 'lightgreen', 'yellow']
let g:rainbow_guifgs = ['RoyalBlue3', 'DarkOrange3', 'DarkOrchid3']
| 28.5 | 67 | 0.725146 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.