Skip to content
/ yavc Public

Yet Another Vim Config

Notifications You must be signed in to change notification settings

shuwens/yavc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yavc

My nvim configuration draws inspirations from from jonhoo/config and smb374/my-nvim-dots

Neovim Config

Welcome! This is my neovim config dir!

If you set up this for the first time, chances are treesitter is acting weird. Do the following:

:TSUninstall all
:TSInstall all
:TSUpdate

Setup pycodestyle: see this

Setup pyenv and python environment

Run the script pyenv_setup.sh

Current look

Current look of my neovim

Reference

MACOSX_DEPLOYMENT_TARGET=10.15 nvim
brew install --cask temurin

C++ dev

GOTO: https://gitlab.com/ranjithshegde/dotbare/-/tree/master?ref_type=heads

https://github.com/mfussenegger/nvim-dap/

https://github.com/Alexis12119/nvim-config/tree/main

https://www.reddit.com/r/neovim/comments/r4fb70/neovim_c_development/

https://github.com/mfussenegger/nvim-dap/wiki/C-C---Rust-(gdb-via--vscode-cpptools)

https://idie.ru/posts/vim-modern-cpp/

https://github.com/optimizacija/neovim-config

https://github.com/ganquan/neovim-config

https://github.com/NewProggie/Dev-Utils/blob/master/dotfiles/.vimrc

https://jdhao.github.io/2020/11/29/neovim_cpp_dev_setup/

TODO

  • fix the pyenv issue: sometime i have it configured and installed, but sometimes not
  • fix the fold thing: ufo is not working rn
  • checkwriting: I need a better way to use it

https://github.com/GregoryAshton/dotfiles/blob/master/vim/vimrc https://github.com/syclops/dotfiles/blob/master/vim/post.vimrc

ChangeList

Releases

No releases published

Packages

No packages published

Languages