Skip to content

cgnicow/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee97bdd · Oct 26, 2024

History

9 Commits
No commit message
Oct 23, 2024
Nov 12, 2023
Oct 26, 2024
No commit message
Oct 23, 2024
Nov 12, 2023
No commit message
Oct 23, 2024
Nov 12, 2023
Jan 13, 2024
Nov 12, 2023

Repository files navigation

See dope

Structure

├── init.lua
├── lua
│   ├── core
│   │   ├── cli.lua
│   │   ├── helper.lua
│   │   ├── init.lua
│   │   ├── keymap.lua
│   │   ├── options.lua
│   │   └── pack.lua
│   ├── keymap
│   │   ├── config.lua
│   │   └── init.lua
│   └── modules
│       ├── completion
│       │   ├── config.lua
│       │   └── package.lua
│       ├── editor
│       │   ├── config.lua
│       │   └── package.lua
│       ├── tools
│       │   ├── config.lua
│       │   └── package.lua
│       └── ui
│           ├── config.lua
│           └── package.lua
├── snippets
│   ├── lua.json
│   ├── lua.lua
│   └── package.json
  • core heart of dope it include the api of dope
  • modlues plugin module and config in this folder
  • snippets vscode snippets json file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published