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.
- Host: GitHub
- URL: https://github.com/samthetechi/neovimconfig
- Owner: SamTheTechi
- Created: 2024-09-12T19:14:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-05-10T16:26:16.000Z (20 days ago)
- Last Synced: 2026-05-10T18:26:29.418Z (20 days ago)
- Topics: lua, neovim, neovim-dotfiles
- Language: Lua
- Homepage:
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



---
## 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)