Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrychn/ModuleVim
A NeoVim configuration
https://github.com/jrychn/ModuleVim
Last synced: 14 days ago
JSON representation
A NeoVim configuration
- Host: GitHub
- URL: https://github.com/jrychn/ModuleVim
- Owner: JryChn
- License: mit
- Created: 2021-05-23T11:16:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:00:00.000Z (3 months ago)
- Last Synced: 2024-08-23T11:22:01.223Z (3 months ago)
- Language: Lua
- Size: 1.2 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-neovim - jrychn/moduleVim - A very easy to use (Preconfigured Configuration / Competitive Programming)
README
# ModuleVim
A NeoVim configuration with original LSP support([lspconfig](https://github.com/neovim/nvim-lspconfig)) and some
fashion plugins## snippets
gruvybox theme
![gruvybox](./ScreenCut/gruvbox.PNG)
github theme
![github](./ScreenCut/github-theme.PNG)
which-key
![which-key](./ScreenCut/which-key.PNG)
transparent style
![transparent](./ScreenCut/transparent.PNG)## features
- key hint.(support by [which-key]() )
- easily change colorscheme(`SPC-t-c`)
- lazy load## plugin table
| function | plugin |
|--------------- | --------------- |
| statusline | galaxyline |
| tabline | barbar |
| file tree | nvim-tree |
| tags | vista |
| welcome page | dashboard-nvim |
| fuzzy finder | telescope |
| terminal support | nvim-toggleterm |## support languages
For now, ModuleVim supports some common used languages, you can also add
language by `:LspInstall $language`## use
copy modulevim dictionary into your config path and then
```
ln -s modulevim ~/.config/nvim
```
have fun