Skip to content

Kematin/Configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config by kematin

My config functions

  • Lsp server
  • Git Highlighting
  • Markdown Preview
  • Autocomplete
  • Neotree
  • Telescope finder

Download

<!-- neovim -->
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim (0.8)

<!-- for mac -->
brew install neovim

<!-- packer --> for lua
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

<!-- npm -->
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
nvm install 14.4.0

<!-- lsp server (python) -->
npm install -g pyright

Put init.vim to ~/.config/nvim/init.vim folder.

How use lsp server

python3 -m venv venv
source venv/bin/activate
mdkir lsp_server && cd lsp_server && touch pyrightconfig.json
true > __init__.py

pyrightconfig.json

{
    "venv": "venv",
    "venvPath": ".."
}

About

Neovim, vscode, zshrc, tmux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published