Skip to content

Instantly share code, notes, and snippets.

@p1xelHer0
Created July 6, 2023 10:02
Show Gist options
  • Save p1xelHer0/0130f1b841716b105b7416d525bfdfa7 to your computer and use it in GitHub Desktop.
Save p1xelHer0/0130f1b841716b105b7416d525bfdfa7 to your computer and use it in GitHub Desktop.
.
├── core
│   ├── autocmd.lua
│   ├── config.lua
│   ├── init.lua
│   ├── lazy.lua
│   └── options.lua
├── init.lua
├── internal
│   └── lsp.lua
├── keymap
│   ├── dap.lua
│   ├── git.lua
│   ├── init.lua
│   ├── lsp.lua
│   ├── neotest.lua
│   ├── null-ls.lua
│   ├── rust_analyzer.lua
│   ├── treesitter.lua
│   └── tsserver.lua
└── plugins
├── coding.lua
├── dap.lua
├── editor.lua
├── git.lua
├── lsp.lua
├── nvim_tree.lua
├── telescope.lua
├── treesitter.lua
├── ui.lua
└── util.lua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment