text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: runtime/ftplugin/flexwiki.vim " Vim filetype plugin file " Language: FlexWiki, http://www.flexwiki.com/ " Maintainer: George V. Reilly <george@reilly.org> " Home: http://www.georgevreilly.com/vim/flexwiki/ " Other Home: http://www.vim.org/scripts/script.php?script_id=1529 " Author: Geor...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/flexwiki.vim", "license": "mit", "size": 1876}
### File: runtime/ftplugin/forth.vim " Vim filetype plugin " Language: Forth " Maintainer: Johan Kotlinski <kotlinski@gmail.com> " Last Change: 2023 Sep 15 " 2024 Jan 14 by Vim Project (browsefilter) " URL: https://github.com/jkotlinski/forth.vim if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/forth.vim", "license": "mit", "size": 2031}
### File: runtime/ftplugin/fortran.vim " Vim settings file " Language: Fortran 2023 (and Fortran 2018, 2008, 2003, 95, 90, 77, 66) " Version: (v55) 2023 December 22 " Maintainers: Ajit J. Thakkar <ajit@unb.ca>; <https://ajit.ext.unb.ca/> " Joshua Hollett <j.hollett@uwinnipeg.ca> " Usage: For instructions, do :...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/fortran.vim", "license": "mit", "size": 5944}
### File: runtime/ftplugin/fpcmake.vim " Vim filetype plugin file " Language: Free Pascal Makefile Generator " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Jan 14 if exists("b:did_ftplugin") finish endif let s:cpo_save = &cpo set cpo&vim runtime! ftplugin/make.vim if (has("gui_win32") || has...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/fpcmake.vim", "license": "mit", "size": 671}
### File: runtime/ftplugin/framescript.vim " Vim ftplugin file " Language: FrameScript " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-19 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "setl ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/framescript.vim", "license": "mit", "size": 780}
### File: runtime/ftplugin/freebasic.vim " Vim filetype plugin file " Language: FreeBASIC " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2023 Aug 22 " Setup {{{1 if exists("b:did_ftplugin") finish endif let s:cpo_save = &cpo set cpo&vim runtime! ftplugin/basic.vim let s:dialect = freebasic#GetDia...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/freebasic.vim", "license": "mit", "size": 2679}
### File: runtime/ftplugin/fstab.vim " Vim ftplugin file " Language: fstab file " Maintainer: Radu Dineiu <radu.dineiu@gmail.com> " URL: https://raw.github.com/rid9/vim-fstab/master/ftplugin/fstab.vim " Last Change: 2021 Jan 02 " 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring') " Version: ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/fstab.vim", "license": "mit", "size": 509}
### File: runtime/ftplugin/fvwm.vim " Created : Tue 09 May 2006 02:07:31 PM CDT " Modified : Tue 09 May 2006 02:07:31 PM CDT " Author : Gautam Iyer <gi1242@users.sourceforge.net> " Description : ftplugin for fvwm config files if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = "set...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/fvwm.vim", "license": "mit", "size": 390}
### File: runtime/ftplugin/gdb.vim " Vim filetype plugin file " Language: gdb " Maintainer: Michaël Peeters <NOSPAMm.vim@noekeon.org> " Last Changed: 2017-10-26 " 2024-04-10: - add Matchit support (by Vim Project) " 2024-04-23: - add space to commentstring (by Riley Bruins) ('commentstring')...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gdb.vim", "license": "mit", "size": 675}
### File: runtime/ftplugin/gdscript.vim " Vim filetype plugin file " Language: gdscript (Godot game engine scripting language) " Maintainer: Maxim Kim <habamax@gmail.com> " Website: https://github.com/habamax/vim-gdscript " " This file has been manually translated from Vim9 script. if exists("b:did_ftplugin") | finish...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gdscript.vim", "license": "mit", "size": 2207}
### File: runtime/ftplugin/gdshader.vim " Vim filetype plugin file " Language: Godot shading language " Maintainer: Maxim Kim <habamax@gmail.com> " Website: https://github.com/habamax/vim-gdscript " " This file has been manually translated from Vim9 script. if exists("b:did_ftplugin") | finish | endif let b:did_ftplug...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gdshader.vim", "license": "mit", "size": 366}
### File: runtime/ftplugin/git.vim " Vim filetype plugin " Language: generic git output " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2023 Mar 26 " Only do this when not done yet for this buffer if (exists("b:did_ftplugin")) finish endif let b:did_ftplugin = 1 setlocal nomodeline let b:undo_ftplugin...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/git.vim", "license": "mit", "size": 305}
### File: runtime/ftplugin/gitattributes.vim " Vim filetype plugin " Language: git attributes " Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 08 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setl comments=:# commentstring=#\ %s let b:undo_ftplugin = 'setl com< cms...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gitattributes.vim", "license": "mit", "size": 278}
### File: runtime/ftplugin/gitcommit.vim " Vim filetype plugin " Language: git commit file " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2023 Dec 28 " Only do this when not done yet for this buffer if (exists("b:did_ftplugin")) finish endif let b:did_ftplugin = 1 setlocal nomodeline tabstop=8 formato...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gitcommit.vim", "license": "mit", "size": 2078}
### File: runtime/ftplugin/gitconfig.vim " Vim filetype plugin " Language: git config file " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2009 Dec 24 " Only do this when not done yet for this buffer if (exists("b:did_ftplugin")) finish endif let b:did_ftplugin = 1 setlocal formatoptions-=t formatoption...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gitconfig.vim", "license": "mit", "size": 376}
### File: runtime/ftplugin/gitignore.vim " Vim filetype plugin " Language: git ignore " Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 10 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setl comments=:# commentstring=#\ %s let b:undo_ftplugin = 'setl com< cms<'
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gitignore.vim", "license": "mit", "size": 274}
### File: runtime/ftplugin/gitrebase.vim " Vim filetype plugin " Language: git rebase --interactive " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2022 Jan 05 " Only do this when not done yet for this buffer if (exists("b:did_ftplugin")) finish endif let b:did_ftplugin = 1 let &l:comments = ':' . (mat...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gitrebase.vim", "license": "mit", "size": 1788}
### File: runtime/ftplugin/gitsendemail.vim " Vim filetype plugin " Language: git send-email message " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2009 Dec 24 runtime! ftplugin/mail.vim
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gitsendemail.vim", "license": "mit", "size": 157}
### File: runtime/ftplugin/glsl.lua vim.bo.commentstring = '// %s' vim.b.undo_ftplugin = 'setl commentstring<'
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Lua", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/glsl.lua", "license": "mit", "size": 76}
### File: runtime/ftplugin/go.vim " Vim filetype plugin file " Language: Go " Maintainer: David Barnett (https://github.com/google/vim-ft-go) " Last Change: 2014 Aug 16 " 2024 Jul 16 by Vim Project (add recommended indent style) if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setlocal formatoptions-...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/go.vim", "license": "mit", "size": 569}
### File: runtime/ftplugin/gomod.vim " Vim filetype plugin file " Language: go module file " Maintainer: YU YUK KUEN <yukkuen.yu719@gmail.com> " Last Change: 2024-06-21 " 2024 Jul 16 by Vim Project (noexpandtab) if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setlocal noexpandtab setlocal format...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gomod.vim", "license": "mit", "size": 384}
### File: runtime/ftplugin/gpg.vim " Vim filetype plugin file " Language: gpg(1) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2023-10-07 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftpl...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gpg.vim", "license": "mit", "size": 1123}
### File: runtime/ftplugin/gprof.vim " Language: gprof " Maintainer: Dominique Pelle <dominique.pelle@gmail.com> " Contributors: Doug Kearns <dougkearns@gmail.com> " Last Change: 2021 Sep 19 " When cursor is on one line of the gprof call graph, " calling this function jumps to this function in the call graph. i...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gprof.vim", "license": "mit", "size": 1120}
### File: runtime/ftplugin/graphql.vim " Vim filetype plugin " Language: graphql " Maintainer: Riley Bruins <ribru17@gmail.com> " Last Change: 2024 May 18 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setl comments=:# commentstring=#\ %s let b:undo_ftplugin = 'setl com< cms<'
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/graphql.vim", "license": "mit", "size": 261}
### File: runtime/ftplugin/groovy.vim " Vim filetype plugin file " Language: groovy " Maintainer: Justin M. Keyes <justinkz@gmail.com> " Last Change: 2016 May 22 " 2024 May 24 by Riley Bruins <ribru17@gmail.com> ('commentstring') if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 let s:cpo_save = &cp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/groovy.vim", "license": "mit", "size": 415}
### File: runtime/ftplugin/group.vim " Vim filetype plugin file " Language: group(5) user group file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/group.vim", "license": "mit", "size": 425}
### File: runtime/ftplugin/grub.vim " Vim filetype plugin file " Language: grub(8) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ft...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/grub.vim", "license": "mit", "size": 434}
### File: runtime/ftplugin/gyp.vim " Vim filetype plugin " Language: GYP " Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 27 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setlocal formatoptions-=t setlocal commentstring=#\ %s comments=b:#,fb:- let b:undo_ftplugin =...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/gyp.vim", "license": "mit", "size": 311}
### File: runtime/ftplugin/haml.vim " Vim filetype plugin " Language: Haml " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2019 Dec 05 " 2024 Jan 14 by Vim Project (browsefilter) " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif let s:save_cpo = &cpo set cpo-=C ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/haml.vim", "license": "mit", "size": 2119}
### File: runtime/ftplugin/hamster.vim " Vim filetype plugin " Language: Hamster Script " Version: 2.0.6.0 " Maintainer: David Fishburn <dfishburn dot vim at gmail dot com> " Last Change: 2021 Jan 19 " 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring') " Only do this when not done y...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/hamster.vim", "license": "mit", "size": 2045}
### File: runtime/ftplugin/hare.vim " Vim filetype plugin. " Language: Hare " Maintainer: Amelia Clarke <selene@perilune.dev> " Last Updated: 2024-05-10 " Upstream: https://git.sr.ht/~sircmpwn/hare.vim if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim " Set...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/hare.vim", "license": "mit", "size": 1387}
### File: runtime/ftplugin/haredoc.vim " Vim filetype plugin. " Language: Haredoc (Hare documentation format) " Maintainer: Amelia Clarke <selene@perilune.dev> " Last Updated: 2024-05-02 " Upstream: https://git.sr.ht/~selene/hare.vim if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 let s:cp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/haredoc.vim", "license": "mit", "size": 1074}
### File: runtime/ftplugin/haskell.vim " Vim filetype plugin file " Language: Haskell " Maintainer: Daniel Campoverde <alx@sillybytes.net> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2018-08-27 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 l...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/haskell.vim", "license": "mit", "size": 573}
### File: runtime/ftplugin/heex.vim " Elixir filetype plugin " Language: HEEx " Maintainer: Mitchell Hanberg <vimNOSPAM@mitchellhanberg.com> " Last Change: 2022 Sep 21 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal shiftwidth=2 softtabstop=2 expandtab setlocal comments=:<%!-- setlocal com...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/heex.vim", "license": "mit", "size": 830}
### File: runtime/ftplugin/help.lua -- use treesitter over syntax (for highlighted code blocks) vim.treesitter.start() -- add custom highlights for list in `:h highlight-groups` local bufname = vim.fs.normalize(vim.api.nvim_buf_get_name(0)) if vim.endswith(bufname, '/doc/syntax.txt') then require('vim.vimhelp').high...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Lua", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/help.lua", "license": "mit", "size": 1421}
### File: runtime/ftplugin/help.vim " Vim filetype plugin file " Language: Vim help file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2018-12-29 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "set...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/help.vim", "license": "mit", "size": 520}
### File: runtime/ftplugin/hgcommit.vim " Vim filetype plugin file " Language: hg (Mercurial) commit file " Maintainer: Ken Takata <kentkt at csc dot jp> " Last Change: 2016 Jan 6 " Filenames: hg-editor-*.txt " License: VIM License " URL: https://github.com/k-takata/hg-vim if exists("b:did_ftplugin") finish endif l...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/hgcommit.vim", "license": "mit", "size": 363}
### File: runtime/ftplugin/hlsplaylist.vim " Vim filetype plugin " Language: HLS/M3U Playlist " Maintainer: AvidSeeker <avidseeker7@protonmail.com> " Last Change: 2024 Jul 07 " if exists("b:did_ftplugin") finish endif let g:did_ftplugin = 1 setlocal commentstring=#%s let b:undo_ftplugin = "setl commentstring<...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/hlsplaylist.vim", "license": "mit", "size": 849}
### File: runtime/ftplugin/hog.vim " Vim filetype plugin " Language: hog (snort.conf) " Maintainer: . Victor Roemer, <vroemer@badsec.org>. " Last Change: Mar 1, 2013 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:undo_ftplugin = "setl fo< com< cms< def< inc<" let s:cpo_save = &cpo set...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/hog.vim", "license": "mit", "size": 1394}
### File: runtime/ftplugin/hostconf.vim " Vim filetype plugin file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2007-12-04 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "setl com< cms< fo<" setlocal comment...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/hostconf.vim", "license": "mit", "size": 383}
### File: runtime/ftplugin/hostsaccess.vim " Vim filetype plugin file " Language: hosts_access(5) control file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/hostsaccess.vim", "license": "mit", "size": 436}
### File: runtime/ftplugin/html.vim " Vim filetype plugin file " Language: HTML " Maintainer: Doug Kearns <dougkearns@gmail.com> " Previous Maintainer: Dan Sharp " Last Change: 2024 Jan 14 " 2024 May 24 by Riley Bruins <ribru17@gmail.com> ('commentstring') if exists("b:did_ftplugin") finish endif let b:did_ftp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/html.vim", "license": "mit", "size": 1914}
### File: runtime/ftplugin/htmlangular.vim " Vim filetype plugin file " Language: Angular HTML Template " Maintainer: Dennis van den Berg <dennis@vdberg.dev> " Last Change: 2024 Jul 9 " Only use this filetype plugin when no other was loaded. if exists("b:did_ftplugin") finish endif " source the HTML ftplugin runtim...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/htmlangular.vim", "license": "mit", "size": 298}
### File: runtime/ftplugin/htmldjango.vim " Vim filetype plugin file " Language: Django HTML template " Maintainer: Dave Hodder <dmh@dmh.org.uk> " Last Change: 2007 Jan 25 " Only use this filetype plugin when no other was loaded. if exists("b:did_ftplugin") finish endif " Use HTML and Django template ftplugins. run...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/htmldjango.vim", "license": "mit", "size": 331}
### File: runtime/ftplugin/hurl.vim " Vim filetype plugin file " Language: hurl " Maintainer: Melker Ulander <melker.ulander@pm.me> " Last Changed: 2024 01 26 if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 setlocal commentstring=#\ %s let b:undo_ftplugin = "setlocal commentstring<"
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/hurl.vim", "license": "mit", "size": 277}
### File: runtime/ftplugin/hyprlang.vim " Vim filetype plugin " Language: hyprlang " Maintainer: ribru17 <ribru17@gmail.com> " Last Change: 2024 May 18 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setl comments=:# commentstring=#\ %s let b:undo_ftplugin = 'setl com< cms<'
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/hyprlang.vim", "license": "mit", "size": 257}
### File: runtime/ftplugin/i3config.vim " Vim filetype plugin file " Language: i3 config file " Original Author: Mohamed Boughaba <mohamed dot bgb at gmail dot com> " Maintainer: Quentin Hibon " Version: 0.4 " Last Change: 2021 Dec 14 if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 let b:undo_ftpl...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/i3config.vim", "license": "mit", "size": 333}
### File: runtime/ftplugin/icon.vim " Vim filetype plugin file " Language: Icon " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Jan 14 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim setlocal comments=:# setlocal commentstring=#\ %s setlocal fo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/icon.vim", "license": "mit", "size": 1070}
### File: runtime/ftplugin/indent.lua vim.bo.commentstring = '// %s'
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Lua", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/indent.lua", "license": "mit", "size": 31}
### File: runtime/ftplugin/indent.vim " Vim filetype plugin file " Language: indent(1) configuration file " Maintainer: Doug Kearns <dougkearns@gmail.com> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 " 2024-06-02 by Riley Bruins <ribru17@gmail.com> ('commentstring') if exists...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/indent.vim", "license": "mit", "size": 566}
### File: runtime/ftplugin/initex.vim " filetype plugin for TeX and variants " Language: TeX (ft=initex) " Maintainer: Benji Fisher, Ph.D. <benji@member.AMS.org> " Version: 1.0 " Last Change: Wed 19 Apr 2006 " Last Change: Thu 23 May 2024 by Riley Bruins <ribru17@gmail.com> ('commentstring') " Only do this when ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/initex.vim", "license": "mit", "size": 1092}
### File: runtime/ftplugin/ishd.vim " Vim filetype plugin file " Language: InstallShield (ft=ishd) " Maintainer: Doug Kearns <dougkearns@gmail.com> " Previous Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: 2024 Jan 14 if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 " Using l...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/ishd.vim", "license": "mit", "size": 1581}
### File: runtime/ftplugin/j.vim " Vim filetype plugin " Language: J " Maintainer: David Bürgin <dbuergin@gluet.ch> " URL: https://gitlab.com/glts/vim-j " Last Change: 2022-08-06 " 2024 Jan 14 by Vim Project (browsefilter) if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 let s:save_cpo = &cpo set c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/j.vim", "license": "mit", "size": 3664}
### File: runtime/ftplugin/java.vim " Vim filetype plugin file " Language: Java " Maintainer: Aliaksei Budavei <0x000c70 AT gmail DOT com> " Former Maintainer: Dan Sharp " Repository: https://github.com/zzzyxwvut/java-vim.git " Last Change: 2024 Apr 18 " 2024 Jan 14 by Vim Project (browsefilter) " 2024 May 23 b...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/java.vim", "license": "mit", "size": 3258}
### File: runtime/ftplugin/javacc.vim " Vim filetype plugin " Language: JavaCC " Maintainer: Riley Bruins <ribru17@gmail.com> " Last Change: 2024 Jul 06 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 " Set 'formatoptions' to break comment lines but not other lines, " and insert the comment leader w...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/javacc.vim", "license": "mit", "size": 563}
### File: runtime/ftplugin/javascript.vim " Vim filetype plugin file " Language: Javascript " Maintainer: Doug Kearns <dougkearns@gmail.com> " Contributor: Romain Lafourcade <romainlafourcade@gmail.com> " Last Change: 2024 Jan 14 " 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring') if exists("b...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/javascript.vim", "license": "mit", "size": 2775}
### File: runtime/ftplugin/javascriptreact.vim " Vim filetype plugin file " Language: JavaScript React " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2020 Aug 19 " Placeholder for backwards compatilibity: .jsx used to stand for JavaScript. runtime! ftplugin/javascript.vim
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/javascriptreact.vim", "license": "mit", "size": 244}
### File: runtime/ftplugin/jj.vim " Vim filetype plugin " Language: jj description " Maintainer: Gregory Anders <greg@gpanders.com> " Last Change: 2024 May 8 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 " Use the same formatoptions and textwidth as the gitcommit ftplugin setlocal nomodeline forma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/jj.vim", "license": "mit", "size": 638}
### File: runtime/ftplugin/jproperties.vim " Vim filetype plugin " Language: Java properties file " Maintainer: None " Last Change: 2019 Dec 01 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal formatoptions-=t setlocal comments=:#,:! setlocal commentstring=#\ %s let b:undo_ftplugin = "setl ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/jproperties.vim", "license": "mit", "size": 292}
### File: runtime/ftplugin/jq.vim " Vim compiler file " Language: jq " Maintainer: Vito <vito.blog@gmail.com> " Last Change: 2024 Apr 29 " 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring') " Upstream: https://github.com/vito-c/jq.vim if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/jq.vim", "license": "mit", "size": 428}
### File: runtime/ftplugin/json.vim " Vim filetype plugin " Language: JSON " Maintainer: David Barnett <daviebdawg+vim@gmail.com> " Last Change: 2014 Jul 16 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = 'setlocal formatoptions< comments< commentstring<' setlocal formatopt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/json.vim", "license": "mit", "size": 360}
### File: runtime/ftplugin/json5.vim " Vim filetype plugin file " Language: JSON5 " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Jan 14 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/json5.vim", "license": "mit", "size": 815}
### File: runtime/ftplugin/jsonc.vim " Vim filetype plugin " Language: JSONC (JSON with Comments) " Original Author: Izhak Jakov <izhak724@gmail.com> " Acknowledgement: Based off of vim-jsonc maintained by Kevin Locke <kevin@kevinlocke.name> " https://github.com/kevinoid/vim-jsonc " License:...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/jsonc.vim", "license": "mit", "size": 765}
### File: runtime/ftplugin/jsonnet.vim " Vim filetype plugin " Language: Jsonnet " Maintainer: Cezary Drożak <cezary@drozak.net> " URL: https://github.com/google/vim-jsonnet " Last Change: 2022-09-08 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/jsonnet.vim", "license": "mit", "size": 431}
### File: runtime/ftplugin/jsp.vim " Vim filetype plugin file " Language: jsp " " This runtime file is looking for a new maintainer. " " Former maintainer: Dan Sharp " Last Change: 2009 Jan 20 " 2024 Jan 14 by Vim Project (browsefilter) if exists("b:did_ftplugin") | finish | endif " Make sure the continuation lin...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/jsp.vim", "license": "mit", "size": 2158}
### File: runtime/ftplugin/julia.vim " Vim filetype plugin file " Language: Julia " Maintainer: Carlo Baldassi <carlobaldassi@gmail.com> " Homepage: https://github.com/JuliaEditorSupport/julia-vim " Last Change: 2014 may 29 " adapted from upstream 2021 Aug 4 if exists("b:did_ftplugin") finish endif let b:did_ftplugi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/julia.vim", "license": "mit", "size": 3787}
### File: runtime/ftplugin/kconfig.vim " Vim filetype plugin file " Vim syntax file " Maintainer: Christian Brabandt <cb@256bit.org> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2024-04-12 " License: Vim (see :h license) " Repository: https://github.com/chrisbra/vim-kconfig if exists("b:...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/kconfig.vim", "license": "mit", "size": 636}
### File: runtime/ftplugin/kdl.vim " Vim filetype plugin " Language: KDL " Author: Aram Drevekenin <aram@poor.dev> " Maintainer: Yinzuo Jiang <jiangyinzuo@foxmail.com> " Last Change: 2024-06-10 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal comments=:// setloc...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/kdl.vim", "license": "mit", "size": 409}
### File: runtime/ftplugin/kivy.vim " Vim filetype plugin " Language: Kivy " Maintainer: Riley Bruins <ribru17@gmail.com> " Last Change: 2024 Jul 06 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setl commentstring=#\ %s let b:undo_ftplugin = 'setl cms<'
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/kivy.vim", "license": "mit", "size": 241}
### File: runtime/ftplugin/kotlin.vim " Vim filetype plugin file " Language: Kotlin " Maintainer: Alexander Udalov " URL: https://github.com/udalov/kotlin-vim " Last Change: 7 November 2021 " 2024 Jan 14 by Vim Project (browsefilter) if exists('b:did_ftplugin') | finish | endif let b:did_...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/kotlin.vim", "license": "mit", "size": 1071}
### File: runtime/ftplugin/kwt.vim " Vim filetype plugin file " Language: Kimwitu++ " Maintainer: Michael Piefel <entwurf@piefel.de> " Last Change: 10 March 2012 " 2024 Jan 14 by Vim Project (browsefilter) " Behaves almost like C++ runtime! ftplugin/cpp.vim ftplugin/cpp_*.vim ftplugin/cpp/*.vim let s:cpo_save = &cpo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/kwt.vim", "license": "mit", "size": 1018}
### File: runtime/ftplugin/lc.vim " Vim filetype plugin " Language: Elsa " Maintainer: Riley Bruins <ribru17@gmail.com> " Last Change: 2024 May 25 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setl comments=:-- commentstring=--\ %s let b:undo_ftplugin = 'setl com< cms<'
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/lc.vim", "license": "mit", "size": 260}
### File: runtime/ftplugin/ld.vim " Vim filetype plugin file " Language: ld(1) script " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008 Jul 09 " 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring') if exists("b:did_ftplugin") finish end...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/ld.vim", "license": "mit", "size": 565}
### File: runtime/ftplugin/ldapconf.vim " Vim filetype plugin " Language: ldap.conf(5) configuration file. " Maintainer: Riley Bruins <ribru17@gmail.com> " Last Change: 2024 Jul 06 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setl comments=:# commentstring=#\ %s let b:undo_ftplugin = 'setl com< ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/ldapconf.vim", "license": "mit", "size": 286}
### File: runtime/ftplugin/less.vim " Vim filetype plugin " Language: less " Maintainer: Alessandro Vioni <jenoma@gmail.com> " URL: https://github.com/genoma/vim-less " Last Change: 2014 November 24 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/less.vim", "license": "mit", "size": 502}
### File: runtime/ftplugin/lex.vim " Vim filetype plugin " Language: Lex and Flex " Maintainer: Riley Bruins <ribru17@gmail.com> " Last Change: 2024 Jul 06 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:// setlocal commentstring=//\ %s le...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/lex.vim", "license": "mit", "size": 322}
### File: runtime/ftplugin/lftp.vim " Vim filetype plugin file " Language: lftp(1) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ft...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/lftp.vim", "license": "mit", "size": 434}
### File: runtime/ftplugin/libao.vim " Vim filetype plugin file " Language: libao.conf(5) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/libao.vim", "license": "mit", "size": 440}
### File: runtime/ftplugin/limits.vim " Vim filetype plugin file " Language: limits(5) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:und...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/limits.vim", "license": "mit", "size": 436}
### File: runtime/ftplugin/liquid.vim " Vim filetype plugin " Language: Liquid " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2022 Mar 15 " 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring') if exists('b:did_ftplugin') finish endif if !exists('g:liquid_default_subtype'...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/liquid.vim", "license": "mit", "size": 1983}
### File: runtime/ftplugin/lisp.vim " Vim filetype plugin " Language: Lisp " Maintainer: Sergey Khorev <sergey.khorev@gmail.com> " URL: http://sites.google.com/site/khorser/opensource/vim " Original author: Dorai Sitaram <ds26@gte.com> " Original URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.h...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/lisp.vim", "license": "mit", "size": 845}
### File: runtime/ftplugin/livebook.vim " Placeholder livebook filetype plugin file. " This simply uses the markdown filetype plugin. " Only load this plugin when no other was loaded. if exists("b:did_ftplugin") finish endif runtime! ftplugin/markdown.vim ftplugin/markdown_*.vim ftplugin/markdown/*.vim
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/livebook.vim", "license": "mit", "size": 270}
### File: runtime/ftplugin/logcheck.vim " Vim filetype plugin file " Language: Logcheck " Maintainer: Debian Vim Maintainers " Last Change: 2023 Jan 16 " License: Vim License " URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/ftplugin/logcheck.vim if exists('b:did_ftplugin') finish endif let b:d...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/logcheck.vim", "license": "mit", "size": 451}
### File: runtime/ftplugin/loginaccess.vim " Vim filetype plugin file " Language: login.access(5) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/loginaccess.vim", "license": "mit", "size": 442}
### File: runtime/ftplugin/logindefs.vim " Vim filetype plugin file " Language: login.defs(5) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim le...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/logindefs.vim", "license": "mit", "size": 440}
### File: runtime/ftplugin/logtalk.vim " Logtalk filetype plugin file " Language: Logtalk " Maintainer: Paulo Moura <pmoura@logtalk.org> " Latest Revision: 2018-08-03 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setl ts< sw< fdm< fdc< ai< dict<" setlocal ts=...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/logtalk.vim", "license": "mit", "size": 416}
### File: runtime/ftplugin/lprolog.vim " Vim settings file " Language: LambdaProlog (Teyjus) " Maintainer: Markus Mottl <markus.mottl@gmail.com> " URL: http://www.ocaml.info/vim/ftplugin/lprolog.vim " Last Change: 2023 Aug 28 - added undo_ftplugin (Vim Project) " 2006 Feb 05 " ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/lprolog.vim", "license": "mit", "size": 1660}
### File: runtime/ftplugin/lua.lua -- use treesitter over syntax vim.treesitter.start() vim.b.undo_ftplugin = vim.b.undo_ftplugin .. ' | call v:lua.vim.treesitter.stop()'
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Lua", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/lua.lua", "license": "mit", "size": 137}
### File: runtime/ftplugin/lua.vim " Vim filetype plugin file. " Language: Lua " Maintainer: Doug Kearns <dougkearns@gmail.com> " Previous Maintainer: Max Ischenko <mfi@ukr.net> " Contributor: Dorai Sitaram <ds26@gte.com> " C.D. MacEachern <craig.daniel.maceachern@gmail.com> " Tyler Miller <tmillr@proton.me> " L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/lua.vim", "license": "mit", "size": 1463}
### File: runtime/ftplugin/luau.vim " Vim filetype plugin file " Language: Luau " Maintainer: None yet " Last Change: 2023 Apr 30 if exists("b:did_ftplugin") finish endif " Luau is a superset of Lua runtime! ftplugin/lua.vim " vim: nowrap sw=2 sts=2 ts=8
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/luau.vim", "license": "mit", "size": 225}
### File: runtime/ftplugin/lynx.vim " Vim filetype plugin file " Language: Lynx Web Browser Configuration " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Jan 14 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim setlocal comments=:# setlocal comme...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/lynx.vim", "license": "mit", "size": 817}
### File: runtime/ftplugin/m3build.vim " Vim filetype plugin file " Language: Modula-3 Makefile " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Jan 14 if exists("b:did_ftplugin") finish endif let s:cpo_save = &cpo set cpo&vim runtime! ftplugin/m3quake.vim if (has("gui_win32") || has("gui_gtk"...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/m3build.vim", "license": "mit", "size": 633}
### File: runtime/ftplugin/m3quake.vim " Vim filetype plugin file " Language: Modula-3 Quake " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Jan 14 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim setlocal comments=s1:/*,mb:*,ex:*/,:% setlocal c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/m3quake.vim", "license": "mit", "size": 1049}
### File: runtime/ftplugin/m4.vim " Vim filetype plugin file " Language: m4 " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "setl com< cms< f...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/m4.vim", "license": "mit", "size": 426}
### File: runtime/ftplugin/mail.vim " Vim filetype plugin file " Language: Mail " Maintainer: The Vim Project <https://github.com/vim/vim> " Last Change: 2023 Aug 10 " Former Maintainer: Bram Moolenaar <Bram@vim.org> " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif let b:did_...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/mail.vim", "license": "mit", "size": 1458}
### File: runtime/ftplugin/mailaliases.vim " Vim filetype plugin file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "setl com< cms< fo<" setlocal comm...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/mailaliases.vim", "license": "mit", "size": 383}
### File: runtime/ftplugin/mailcap.vim " Vim filetype plugin file " Language: Mailcap configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/mailcap.vim", "license": "mit", "size": 434}
### File: runtime/ftplugin/make.vim " Vim filetype plugin file " Language: Make " Maintainer: The Vim Project <https://github.com/vim/vim> " Last Change: 2023 Aug 10 " Former Maintainer: Bram Moolenaar <Bram@vim.org> " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif let b:did_...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/make.vim", "license": "mit", "size": 1125}
### File: runtime/ftplugin/man.vim " Maintainer: Anmol Sethi <hi@nhooyr.io> " Previous Maintainer: SungHyun Nam <goweol@gmail.com> if exists('b:did_ftplugin') || &filetype !=# 'man' finish endif let b:did_ftplugin = 1 setlocal noexpandtab tabstop=8 softtabstop=8 shiftwidth=8 setlocal wrap breakindent lineb...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/man.vim", "license": "mit", "size": 1456}
### File: runtime/ftplugin/manconf.vim " Vim filetype plugin file " Language: man.conf(5) - man configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/ftplugin/manconf.vim", "license": "mit", "size": 444}