An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![image](https://github.com/user-attachments/assets/83a59ca0-6630-4293-a624-c6d933ed1b23)

### 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)