https://github.com/rawnly/nvim
neovim config
https://github.com/rawnly/nvim
Last synced: 7 months ago
JSON representation
neovim config
- Host: GitHub
- URL: https://github.com/rawnly/nvim
- Owner: rawnly
- Created: 2024-06-04T13:35:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T08:18:56.000Z (over 1 year ago)
- Last Synced: 2025-02-10T02:54:40.006Z (over 1 year ago)
- Language: Lua
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NVIM Config
## Install Instructions
> Install requires Neovim 0.9+. Always review the code before installing a configuration.
Clone the repository and install the plugins:
```sh
git clone git@github.com:rawnly/nvim ~/.config/rawnly/nvim
```
Open Neovim with this config:
```sh
NVIM_APPNAME=rawnly/nvim/ nvim
```
## Plugins
### colorscheme
- [rebelot/kanagawa.nvim](https://dotfyle.com/plugins/rebelot/kanagawa.nvim)
- [marko-cerovac/material.nvim](https://dotfyle.com/plugins/marko-cerovac/material.nvim)
- [olivercederborg/poimandres.nvim](https://dotfyle.com/plugins/olivercederborg/poimandres.nvim)
- [Mofiqul/adwaita.nvim](https://dotfyle.com/plugins/Mofiqul/adwaita.nvim)
- [rose-pine/neovim](https://dotfyle.com/plugins/rose-pine/neovim)
- [scottmckendry/cyberdream.nvim](https://dotfyle.com/plugins/scottmckendry/cyberdream.nvim)
- [AlexvZyl/nordic.nvim](https://dotfyle.com/plugins/AlexvZyl/nordic.nvim)
- [sainnhe/gruvbox-material](https://dotfyle.com/plugins/sainnhe/gruvbox-material)
- [nyoom-engineering/oxocarbon.nvim](https://dotfyle.com/plugins/nyoom-engineering/oxocarbon.nvim)
- [sainnhe/everforest](https://dotfyle.com/plugins/sainnhe/everforest)
- [folke/tokyonight.nvim](https://dotfyle.com/plugins/folke/tokyonight.nvim)
### completion
- [zbirenbaum/copilot.lua](https://dotfyle.com/plugins/zbirenbaum/copilot.lua)
- [hrsh7th/nvim-cmp](https://dotfyle.com/plugins/hrsh7th/nvim-cmp)
### editing-support
- [johmsalas/text-case.nvim](https://dotfyle.com/plugins/johmsalas/text-case.nvim)
### file-explorer
- [nvim-neo-tree/neo-tree.nvim](https://dotfyle.com/plugins/nvim-neo-tree/neo-tree.nvim)
### fuzzy-finder
- [jvgrootveld/telescope-zoxide](https://dotfyle.com/plugins/jvgrootveld/telescope-zoxide)
- [nvim-telescope/telescope.nvim](https://dotfyle.com/plugins/nvim-telescope/telescope.nvim)
### lsp
- [nvimtools/none-ls.nvim](https://dotfyle.com/plugins/nvimtools/none-ls.nvim)
### lua-colorscheme
- [ellisonleao/gruvbox.nvim](https://dotfyle.com/plugins/ellisonleao/gruvbox.nvim)
### motion
- [folke/flash.nvim](https://dotfyle.com/plugins/folke/flash.nvim)
### nvim-dev
- [nvim-lua/popup.nvim](https://dotfyle.com/plugins/nvim-lua/popup.nvim)
- [kkharji/sqlite.lua](https://dotfyle.com/plugins/kkharji/sqlite.lua)
### plugin-manager
- [folke/lazy.nvim](https://dotfyle.com/plugins/folke/lazy.nvim)
### preconfigured
- [AstroNvim/AstroNvim](https://dotfyle.com/plugins/AstroNvim/AstroNvim)
### startup
- [goolord/alpha-nvim](https://dotfyle.com/plugins/goolord/alpha-nvim)
### syntax
- [nvim-treesitter/nvim-treesitter](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter)
### workflow
- [m4xshen/hardtime.nvim](https://dotfyle.com/plugins/m4xshen/hardtime.nvim)
## Language Servers
- gleam
- lua_ls
- pyright
This readme was generated by [Dotfyle](https://dotfyle.com)