My nvim configuration draws inspirations from from jonhoo/config and smb374/my-nvim-dots
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
Run the script pyenv_setup.sh
MACOSX_DEPLOYMENT_TARGET=10.15 nvim
- ltex and java: just install temurin instead of openjdk
brew install --cask temurin
https://www.reddit.com/r/neovim/comments/1cuzrlw/how_do_you_use_your_copilot/
GOTO: https://gitlab.com/ranjithshegde/dotbare/-/tree/master?ref_type=heads
- kernel https://devkernel.io/posts/kernel-dev-setup-basic/#installing-the-base-packages https://devkernel.io/posts/kernel-dev-setup-vm/#bios-settings
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/
- 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
- Jan 02, 2024: Major update: switch to lsp zero and lazy
- Nov 19, 2020: config nvim with coq and packer using lua
- Nov 15, 2020: Ditch coc.nvim and switch to nvim lsp
- Nov 10, 2020: Switched back to lightline from airline
- Nov 6, 2020: More tweaks on coc setup
- Aug 22, 2020: Fixed rustfmt and coc setting
- Nov 27, 2019: Fixed airline and added js
- Nov 22, 2019: Display coc via ale
- Nov 11, 2019: Use coc rust analyzer w/ ale
- Nov 7, 2019: Give rust-analyzer a go
- May 24, 2019: Refactoring the codebase: coc for completion and ale for linting