An open API service indexing awesome lists of open source software.

https://github.com/samthetechi/neovimconfig

my neovim dotfiles, geared towards development with shell script for setup and restore.
https://github.com/samthetechi/neovimconfig

lua neovim neovim-dotfiles

Last synced: 12 days ago
JSON representation

my neovim dotfiles, geared towards development with shell script for setup and restore.

Awesome Lists containing this project

README

          

# NEOVIM

my modified [kickstart](https://github.com/nvim-lua/kickstart.nvim.git) neovim config with shell script for setup and restore (only linux and mac). "dunks on non vim users!"

```bash
git clone https://github.com/SamTheTechi/NeovimConfig.git
```

```bash
cd NeovimConfig
```

```bash
chmod +x install.sh
```

```bash
./install.sh
```

---
## preview

![nvim1](nvim1.jpg)

![nvim2](nvim2.jpg)

![nvim3](nvim3.jpg)

---
## plugins

- [autopairs](https://github.com/windwp/nvim-autopairs)
- [vimtex](https://github.com/lervag/vimtex)
- [colorizer](https://github.com/norcalli/nvim-colorizer.lua)
- [lualine](https://github.com/nvim-lualine/lualine.nvim)
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- [neo-tree](https://github.com/nvim-neo-tree/neo-tree.nvim)
- [telescope](https://github.com/nvim-telescope/telescope.nvim)
- [treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [gitsigns](https://github.com/lewis6991/gitsigns.nvim)
- [leetcode](https://github.com/kawre/leetcode.nvim)
- [themes](https://github.com/folke/tokyonight.nvim)
- [which-key](https://github.com/folke/which-key.nvim)
- [harpoon](https://github.com/theprimeagen/harpoon)
- [lint](https://github.com/mfussenegger/nvim-lint)
- [mini](https://github.com/echasnovski/mini.nvim)
- [preview](https://github.com/adelarsq/image_preview.nvim)
- [dashboard](https://github.com/MeanderingProgrammer/dashboard.nvim)
- [lspconfig](https://github.com/neovim/nvim-lspconfig)
- [tailwind-colorizer](https://github.com/roobert/tailwindcss-colorizer-cmp.nvim)