All Projects → iamcco → coc-gitignore

iamcco / coc-gitignore

Licence: other
gitignore extension for coc.nvim

Programming Languages

typescript
32286 projects

gitignore extension for coc

templates from https://github.com/dvcs/gitignore

Install

CocInstall coc-gitignore

Usage

CocList gitignore

actions:

  • append (default): add gitignore rules to .gitignore file of current workspace directory

Config

coc-settings.json

"gitignore.enable": {
  "type": "boolean",
  "default": true,
  "description": "Is enable gitignore"
},
"gitignore.templates.patch": {
  "type": "object",
  "default": {},
  "additionalProperties": {
    "type": "string"
  },
  "description": "gitignore patch for exists templates (key and value format)"
},
"gitignore.templates.replace": {
  "type": "object",
  "default": {},
  "additionalProperties": {
    "type": "string"
  },
  "description": "gitignore completely replace the exists templates (key and value format)"
}

Buy Me A Coffee ☕️

btc

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].