https://github.com/zlfn/nvim-config
Personal Neovim Config
https://github.com/zlfn/nvim-config
Last synced: about 1 year ago
JSON representation
Personal Neovim Config
- Host: GitHub
- URL: https://github.com/zlfn/nvim-config
- Owner: zlfn
- Created: 2024-07-29T21:28:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T02:01:25.000Z (about 1 year ago)
- Last Synced: 2025-03-12T02:35:54.881Z (about 1 year ago)
- Language: Lua
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### Feature
- [X] Plugin with `Lazy.vim`
- [X] Lsp with `Mason` & `Lsp-config`
- [X] Line with `Hardline`
- [X] Theme (`Tokyonight`)
- [X] FileExplorer with `Nvimtree`
- [X] `Tree-sitter` for advanced highlights & autoclose
- [X] Tab with `Barbar`
- [X] Integrated terminal with `ternimal.nvim`
- [X] Fuzzy finder with `telescope`
#### Ready-to-use LSP
##### mason
- [X] `Rust-analyzer` (Rust)
- [X] `Clangd` (C, C++)
- [X] `Lua-language-server` (Lua)
- [X] `elixir-ls` (Elixir)
- [X] `Solargraph` (Ruby)
- [X] `denols` (JS, TS for deno)
##### standalone
- [X] `nvim-metals` (Scala)
### TODO
- [ ] tailwindCSS
- [ ] `Suda-vim` for sudo editing
- [ ] Hangul & Kana Keyboard for Command mode
- [ ] Integrate `gdb`/`pwndbg` ...
### External dependencies
#### Required
* [`Nertfont`](https://www.nerdfonts.com) (devicon)
#### Optional
* `Coursier` (Scala, nvim-metals)
* `ripgrep` (telescope)
* `fd` (telescope)