2023-12-12 11:56:09 +08:00
|
|
|
# config.nvim/
|
2021-09-08 20:58:39 +08:00
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
<a href="https://dotfyle.com/rywng/confignvim"><img src="https://dotfyle.com/rywng/confignvim/badges/plugins?style=flat" /></a>
|
|
|
|
<a href="https://dotfyle.com/rywng/confignvim"><img src="https://dotfyle.com/rywng/confignvim/badges/leaderkey?style=flat" /></a>
|
|
|
|
<a href="https://dotfyle.com/rywng/confignvim"><img src="https://dotfyle.com/rywng/confignvim/badges/plugin-manager?style=flat" /></a>
|
2022-04-09 21:20:53 +08:00
|
|
|
|
2023-12-12 11:56:09 +08:00
|
|
|
Minimalistic but fully functional neovim config, with full LSP and TS support and completion
|
2023-11-11 12:12:57 +08:00
|
|
|
|
|
|
|
Use lua plugins when possible, lazy load and byte-compile when possible, use neovim builtin features when possible.
|
2023-12-12 11:56:09 +08:00
|
|
|
|
|
|
|
Never override default keymap with different functionality.
|
|
|
|
|
|
|
|
## Install Instructions
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
> Install requires Neovim 0.9+. Always review the code before installing a configuration.
|
2023-12-12 11:56:09 +08:00
|
|
|
|
|
|
|
Clone the repository and install the plugins:
|
|
|
|
|
|
|
|
```sh
|
2024-01-11 12:34:26 +08:00
|
|
|
git clone git@github.com:rywng/config.nvim ~/.config/rywng/config.nvim
|
|
|
|
NVIM_APPNAME=rywng/config.nvim/ nvim --headless +"Lazy! sync" +qa
|
2023-12-12 11:56:09 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
Open Neovim with this config:
|
|
|
|
|
|
|
|
```sh
|
2024-01-11 12:34:26 +08:00
|
|
|
NVIM_APPNAME=rywng/config.nvim/ nvim
|
2023-12-12 11:56:09 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Plugins
|
|
|
|
|
|
|
|
### color
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [NvChad/nvim-colorizer.lua](https://dotfyle.com/plugins/NvChad/nvim-colorizer.lua)
|
|
|
|
+ [winston0410/range-highlight.nvim](https://dotfyle.com/plugins/winston0410/range-highlight.nvim)
|
2023-12-12 11:56:09 +08:00
|
|
|
### colorscheme
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [sainnhe/gruvbox-material](https://dotfyle.com/plugins/sainnhe/gruvbox-material)
|
2023-12-12 11:56:09 +08:00
|
|
|
### comment
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [numToStr/Comment.nvim](https://dotfyle.com/plugins/numToStr/Comment.nvim)
|
|
|
|
+ [danymat/neogen](https://dotfyle.com/plugins/danymat/neogen)
|
2023-12-12 11:56:09 +08:00
|
|
|
### completion
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [hrsh7th/nvim-cmp](https://dotfyle.com/plugins/hrsh7th/nvim-cmp)
|
2023-12-12 11:56:09 +08:00
|
|
|
### editing-support
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [nvim-treesitter/nvim-treesitter-context](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter-context)
|
|
|
|
+ [altermo/ultimate-autopair.nvim](https://dotfyle.com/plugins/altermo/ultimate-autopair.nvim)
|
2023-12-12 11:56:09 +08:00
|
|
|
### fuzzy-finder
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [nvim-telescope/telescope.nvim](https://dotfyle.com/plugins/nvim-telescope/telescope.nvim)
|
2023-12-12 11:56:09 +08:00
|
|
|
### game
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [seandewar/killersheep.nvim](https://dotfyle.com/plugins/seandewar/killersheep.nvim)
|
2023-12-12 11:56:09 +08:00
|
|
|
### git
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [lewis6991/gitsigns.nvim](https://dotfyle.com/plugins/lewis6991/gitsigns.nvim)
|
|
|
|
+ [NeogitOrg/neogit](https://dotfyle.com/plugins/NeogitOrg/neogit)
|
|
|
|
+ [sindrets/diffview.nvim](https://dotfyle.com/plugins/sindrets/diffview.nvim)
|
2023-12-12 11:56:09 +08:00
|
|
|
### lsp
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [simrat39/symbols-outline.nvim](https://dotfyle.com/plugins/simrat39/symbols-outline.nvim)
|
|
|
|
+ [nvimtools/none-ls.nvim](https://dotfyle.com/plugins/nvimtools/none-ls.nvim)
|
|
|
|
+ [neovim/nvim-lspconfig](https://dotfyle.com/plugins/neovim/nvim-lspconfig)
|
2023-12-12 11:56:09 +08:00
|
|
|
### lsp-installer
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [williamboman/mason.nvim](https://dotfyle.com/plugins/williamboman/mason.nvim)
|
2023-12-12 11:56:09 +08:00
|
|
|
### nvim-dev
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [nvim-lua/plenary.nvim](https://dotfyle.com/plugins/nvim-lua/plenary.nvim)
|
2023-12-12 11:56:09 +08:00
|
|
|
### plugin-manager
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [folke/lazy.nvim](https://dotfyle.com/plugins/folke/lazy.nvim)
|
2023-12-12 11:56:09 +08:00
|
|
|
### quickfix
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [kevinhwang91/nvim-bqf](https://dotfyle.com/plugins/kevinhwang91/nvim-bqf)
|
2023-12-12 11:56:09 +08:00
|
|
|
### snippet
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [L3MON4D3/LuaSnip](https://dotfyle.com/plugins/L3MON4D3/LuaSnip)
|
|
|
|
+ [rafamadriz/friendly-snippets](https://dotfyle.com/plugins/rafamadriz/friendly-snippets)
|
2023-12-12 11:56:09 +08:00
|
|
|
### statusline
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [nvim-lualine/lualine.nvim](https://dotfyle.com/plugins/nvim-lualine/lualine.nvim)
|
2023-12-12 11:56:09 +08:00
|
|
|
### syntax
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [nvim-treesitter/nvim-treesitter-textobjects](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter-textobjects)
|
|
|
|
+ [nvim-treesitter/nvim-treesitter](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter)
|
2023-12-12 11:56:09 +08:00
|
|
|
### utility
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ [stevearc/dressing.nvim](https://dotfyle.com/plugins/stevearc/dressing.nvim)
|
2023-12-12 11:56:09 +08:00
|
|
|
## Language Servers
|
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
+ rust_analyzer
|
|
|
|
|
2023-12-12 11:56:09 +08:00
|
|
|
|
2024-01-11 12:34:26 +08:00
|
|
|
This readme was generated by [Dotfyle](https://dotfyle.com)
|