Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVBound


alpha

  • NVBound is my daily drive neovim config.
  • Its name is inspired by Starbound.
  • Its config structure derives from LazyVim.
  • Currently it has Many bugs to be fixed.

📝 TODO

  • [] Add more color to dashboard
  • [] Pre tab buffers
  • [] Copilot
  • [] Toggle Tab / space
  • [] Show Tab / space in status line
  • [] Show autoformat in status line
  • Make notify work
  • [] Add border to cmp hintings

📂 File Structure

.
├── init.lua # The entry of configs
├── lua
│   ├── core
│   │   ├── autocmds.lua
│   │   ├── keymaps.lua
│   │   ├── lazy.lua      # configs for lazy.nvim
│   │   ├── neovide.lua   # configs for neovide, a cool neovim gui
│   │   └── options.lua
│   ├── plugins           # plugins loaded by lazy.nvim
│   │   ├── coding.lua
│   │   ├── colorscheme.lua
│   │   ├── editor.lua
│   │   ├── explorer.lua
│   │   ├── lang.lua
│   │   ├── lsp
│   │   │   ├── format.lua
│   │   │   ├── init.lua
│   │   │   └── keymaps.lua
│   │   ├── treesitter.lua
│   │   ├── ui.lua
│   │   └── util.lua
│   ├── _tex.lua
│   ├── util
│   │   ├── alpha_bak.lua
│   │   ├── alpha.lua     # ascii drawings for alpha dashboard
│   │   ├── icons.lua
│   │   ├── init.lua
│   │   └── lunar_icons.lua # icons proudly stolen from lunarvim, not used yet
│   └── _utils.lua
├── luasnip                # luasnip snippets for fast editing
│   ├── all.lua
│   ├── lua
│   ├── tex
│   │   ├── denote.lua
│   │   ├── env.lua
│   │   ├── font.lua
│   │   ├── geek.lua
│   │   ├── math.lua
│   │   ├── operator.lua
│   │   ├── range.lua
│   │   ├── surround.lua
│   │   ├── temp.lua
│   │   ├── _tex.lua
│   │   └── updown.lua
│   └── _utils.lua
├── plugins -> ~/.local/share/nvim/ # for quick access to plugins
├── readme.md
└── syntax
    └── asm.vim           # syntax highlighting for asm

About

My personal neovim config, its name inspired by Starbound

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages