https://github.com/arkturius/nvim
neovim config
https://github.com/arkturius/nvim
nvim nvim-config
Last synced: 29 days ago
JSON representation
neovim config
- Host: GitHub
- URL: https://github.com/arkturius/nvim
- Owner: Arkturius
- Created: 2025-01-13T13:33:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T17:24:30.000Z (over 1 year ago)
- Last Synced: 2025-03-18T12:17:22.402Z (over 1 year ago)
- Topics: nvim, nvim-config
- Language: Lua
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💾 rgramati.nvim
small group of plugins that make my life easier
add/modify your personal features as you wish
- **[lazy](https://github.com/folke/lazy.nvim)** : plugin manager
- **[telescope](https://github.com/nvim-telescope/telescope.nvim)** : file navigation tool
- **[harpoon](https://github.com/ThePrimeagen/harpoon)** : workspace enclosing
- **[undotree](https://github.com/mbbill/undotree)** : easy undoing
- **[lsp-config](https://github.com/neovim/nvim-lspconfig)** : quick lsp configs
- **[fugitive](https://github.com/tpope/vim-fugitive)** : git wrapper
## 🔌 Install
if you want to use this as it is, or as a base to play with it:
```bash
git clone https://github.com/Arkturius/nvim/ ~.config/nvim
```