1
0
mirror of https://github.com/sameer1612/.dotfiles.git synced 2024-11-27 08:20:51 +02:00

reformatted dotfiles

This commit is contained in:
Sameer Kumar 2023-10-03 12:32:31 +05:30
parent d9e162a82a
commit ef1087f4e8
3 changed files with 24 additions and 2 deletions

2
.config/nvim/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.DS_Store

View File

@ -1,3 +1,23 @@
# NinjaVim
> Level 9999 neovim setup.
> Blazingly fast level 9999 neovim setup 🥷
## Some Snaps
> Terminal using iterm2*
> ![1*tM3l5D8f9Hp7arfDZrvNYw](https://github.com/sameer1612/ninja-vim/assets/39580073/a83c97cb-7e0b-4714-88ba-6fa447aed645)
> Neovim landing page
> ![1*fJbI7bRQPVHBumZ3A9ROyg](https://github.com/sameer1612/ninja-vim/assets/39580073/04077b6b-640b-4d4a-9500-ee919d670823)
> AI code suggestions
> ![1*4LVutg_XNHUL6Gc5YgImsw](https://github.com/sameer1612/ninja-vim/assets/39580073/8e737a64-3271-497c-b20b-8f9ee0f0787f)
> Language-based completions and documentation
> ![1*Ehss6FRt6E2RvlIuUXSSvA](https://github.com/sameer1612/ninja-vim/assets/39580073/84db3643-21ff-4d40-8d43-2b1faef23b11)
> Fuzzy file and content exploration
> ![1*LV-6QIl_kxiBmYxf5jl_HQ](https://github.com/sameer1612/ninja-vim/assets/39580073/9e95e368-1808-4f21-8c33-e63c0403e1da)
> Change tracking (can rollback to things changed days ago, no git needed)
> ![1*JqUYxRFNy1lcudnlhkj29A](https://github.com/sameer1612/ninja-vim/assets/39580073/4b0fa4a3-83be-40d7-9ac0-45ddc0eb9051)

View File

@ -8,5 +8,5 @@ return {
autocmd BufLeave * silent! w
augroup END
]])
end
end,
}