https://github.com/iansantosos/.nvim
My nvim config
https://github.com/iansantosos/.nvim
neovim-config neovim-configuration neovim-dotfiles nvim nvim-config nvim-configuration
Last synced: 5 months ago
JSON representation
My nvim config
- Host: GitHub
- URL: https://github.com/iansantosos/.nvim
- Owner: IanSantosOS
- Created: 2025-01-03T20:09:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T12:22:41.000Z (11 months ago)
- Last Synced: 2025-02-17T13:28:01.383Z (11 months ago)
- Topics: neovim-config, neovim-configuration, neovim-dotfiles, nvim, nvim-config, nvim-configuration
- Language: Lua
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim Config
Neovim Repository:
## Setup
Windows:
```cmd
git clone https://github.com/IanSantosOS/.nvim.git $HOME\AppData\Local\nvim
```
Linux:
```sh
git clone https://github.com/IanSantosOS/.nvim.git $HOME/.config/nvim
```
## References
### Websites
- [Dotfyle](https://dotfyle.com/)
### Repositories
- [Kickstart](https://github.com/nvim-lua/kickstart.nvim)
- [Nvim Starter Kit](https://github.com/bcampolo/nvim-starter-kit)
- [Shock9616](https://github.com/Shock9616/nvim-config)
- [Typecraft](https://github.com/cpow/neovim-for-newbs)
- [TJ DeVries](https://github.com/tjdevries/config.nvim)
- [ThePrimeagen](https://github.com/ThePrimeagen/init.lua)
- [linkarzu](https://github.com/linkarzu/dotfiles-latest/tree/main/neovim/neobean)
- [amix](https://github.com/amix/vimrc)
- [Linux Dabler](https://gitlab.com/linuxdabbler/dotfiles/-/blob/main/.config/nvim/init.lua)
### Videos
#### Nerd Signals
- [Fix Your BAD Vim Habits - Neovim Plugin Spotlight - Hardtime + Precognition](https://www.youtube.com/watch?v=7hQZhHve4HI)
#### Linux Dabbler
- [Pluginless Neovim](https://www.youtube.com/watch?v=I5kT2c2XX38)
#### Typecraft
- [Playlist | Neovim for Newbs. FREE NEOVIM COURSE](https://www.youtube.com/playlist?list=PLsz00TDipIffreIaUNk64KxTIkQaGguqn)
- [Neovim and Git: SOLVED](https://www.youtube.com/watch?v=zOQMwWqdp9w)
- [My Forever Dev Workflow | Neovim + Tmux](https://www.youtube.com/watch?v=_YaI2vDbk0o)
#### TJ DeVries
- [The Only Video You Need to Get Started with Neovim](https://www.youtube.com/watch?v=m8C0Cq9Uv9o)
- [My neovim autocomplete setup: explained](https://www.youtube.com/watch?v=22mrSjknDHI)
- [I Rewrote My Entire Neovim Config...](https://www.youtube.com/watch?v=kJVqxFnhIuw)
- [Playlist | Advent of Neovim](https://www.youtube.com/playlist?list=PLep05UYkc6wTyBe7kPjQFWVXTlhKeQejM)
#### Theprimeagen
- [0 to LSP : Neovim RC From Scratch](https://www.youtube.com/watch?v=w7i4amO_zaE)
- [Revamp Neovim RC | Part 1 - Lazy Vim](https://www.youtube.com/watch?v=ZWWxwwUsPNw)
- [Revamp Neovim RC | Part 2 - Awesome Remaps and Restructuring Lazy Vim](https://www.youtube.com/watch?v=c0Xmd4PGino)
- [Revamp Neovim RC | Part 3 - LSP](https://www.youtube.com/watch?v=MuUrCcvE-Yw)