Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codesofrishi/dotfiles.nvim
Rishi's Neovim configuration files.
https://github.com/codesofrishi/dotfiles.nvim
neovim neovim-dotfiles nvim vim
Last synced: 26 days ago
JSON representation
Rishi's Neovim configuration files.
- Host: GitHub
- URL: https://github.com/codesofrishi/dotfiles.nvim
- Owner: CodesOfRishi
- License: apache-2.0
- Created: 2024-07-31T11:46:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T14:19:54.000Z (about 1 month ago)
- Last Synced: 2024-09-29T06:03:59.731Z (about 1 month ago)
- Topics: neovim, neovim-dotfiles, nvim, vim
- Language: Lua
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles.nvim
- This is my Neovim configuration files.
- Package manager being used is [Lazy.nvim](https://github.com/folke/lazy.nvim).## Configurations Structure
```text
~/.config/nvim/
├── init.lua
└── lua/
├── config/
│ ├── autocmds.lua
│ ├── lazy.lua
│ ├── mappings.lua
│ └── options.lua
└── plugins/
├── autocompletion.lua
├── autopairs.lua
├── catppuccin.lua
├── colorizer.lua
├── comment-box.lua
├── everforest.lua
├── gitsigns.lua
├── lualine.lua
├── markview.lua
├── onedark.lua
├── surround.lua
├── todo-comments.lua
├── tokyonight.lua
├── treesitter.lua
└── which-key.lua4 directories, 20 files
```