Skip to content

Latest commit

 

History

History
152 lines (106 loc) · 5.16 KB

README.md

File metadata and controls

152 lines (106 loc) · 5.16 KB

nvim-conf/

image

Install Instructions

Install requires Neovim 0.9+. Always review the code before installing a configuration.

Clone the repository and install the plugins:

git clone git@github.com: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

Plugins

code-runner

colorscheme

comment

completion

cursorline

debugging

editing-support

file-explorer

fuzzy-finder

game

git

golang

indent

keybinding

lsp

lsp-installer

note-taking

nvim-dev

plugin-manager

scrollbar

session

snippet

statusline

syntax

tmux

utility

Language Servers

  • awk_ls
  • bashls
  • dockerls
  • gopls
  • jqls
  • jsonls
  • pyright
  • sqlls
  • terraformls
  • tsserver
  • vimls
  • yamlls

This readme was generated by Dotfyle

mini vim(without plugins)

alias vim="vim -S https://raw.githubusercontent.com/xiantang/nvim-conf/dev/.vimrc"

Font

(FiraCode Nerd Font Mono)[https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode]

gopls

use gopls build by myself https://github.com/xiantang/tools due to golang/go#40871