https://github.com/pedrohdz/dotfiles-vim
My Homeshick NeoVim dotfiles.
https://github.com/pedrohdz/dotfiles-vim
dotfiles neovim vim
Last synced: 2 months ago
JSON representation
My Homeshick NeoVim dotfiles.
- Host: GitHub
- URL: https://github.com/pedrohdz/dotfiles-vim
- Owner: pedrohdz
- Created: 2020-06-22T07:18:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T13:01:33.000Z (over 1 year ago)
- Last Synced: 2025-01-22T05:15:24.847Z (over 1 year ago)
- Topics: dotfiles, neovim, vim
- Language: Lua
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles-vim
My NeoVim configuration dot files.
## Upgrade/update cheetsheet
Packer:
```vim
:PackerSnapshot ~/.homesick/repos/dotfiles-vim/vim-plug-snapshot.vim
:PackerClean
:PackerSync --preview
:PackerSync
:PackerStatus
```
nvim-treesitter:
```vim
:TSUpdate
```
Mason/LSPs:
```vim
:Mason
:MasonLog
```
## Appendix
- [Reference material](docs/reference.md)
### History
Consolidation of my old *Vim* *dotfiles*:
- [dr-vimfiles](https://github.com/pedrohdz/dr-vimfiles)
- [dr-vimfiles-devops](https://github.com/pedrohdz/dr-vimfiles-devops)
- [dr-vimfiles-python](https://github.com/pedrohdz/dr-vimfiles-python)
- [dr-vimfiles-nodejs](https://github.com/pedrohdz/dr-vimfiles-nodejs)