Install requires Neovim 0.9+. Always review the code before installing a configuration.
Clone the repository and install the plugins:
git clone [email protected]:xiantang/nvim-conf ~/.config/xiantang/nvim-conf
NVIM_APPNAME=xiantang/nvim-conf/ nvim --headless +"Lazy! sync" +qa
Open Neovim with this config:
NVIM_APPNAME=xiantang/nvim-conf/ nvim
- nvim-treesitter/nvim-treesitter-context
- folke/zen-mode.nvim
- windwp/nvim-autopairs
- keaising/im-select.nvim
- simrat39/symbols-outline.nvim
- onsails/lspkind.nvim
- jose-elias-alvarez/null-ls.nvim
- j-hui/fidget.nvim
- glepnir/lspsaga.nvim
- awk_ls
- bashls
- dockerls
- gopls
- jqls
- jsonls
- pyright
- sqlls
- terraformls
- tsserver
- vimls
- yamlls
This readme was generated by Dotfyle
alias vim="vim -S https://raw.githubusercontent.com/xiantang/nvim-conf/dev/.vimrc"
(FiraCode Nerd Font Mono)[https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode]
use gopls build by myself https://github.com/xiantang/tools due to golang/go#40871