Skip to content
/ nvim Public

Neovim vanila configuration file to improve UI and editing experience.

License

Notifications You must be signed in to change notification settings

jrzvnn/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Configuration

jrzvnn-nvim

Welcome to my Neovim configuration! Neovim is a modern, improved version of the popular text editor Vim. This configuration includes a variety of plugins and settings to enhance your Neovim experience.

Some of the notable features of this configuration include:

Installing this Configuration

To install this configuration on your system, follow these steps:

  1. Make sure you have Neovim installed and set up. If you don't have Neovim, you can follow the instructions here.
  2. Clone this repository to your local machine. git clone https://github.com/jrzvnn/nvim.git
  3. Copy the nvim folder to ~/.config directory.
  4. Install the required plugins using Packer. In Neovim, run the following command: :PackerSync
  5. Restart Neovim. The One Dark color scheme and other features of this configuration should now be available.

File Structure

.
├── init.lua
├── lua
│   ├── autopairs
│   │   └── init.lua
│   ├── base
│   │   └── init.lua
│   ├── c-lsp
│   │   ├── auto-cmp.lua
│   │   └── init.lua
│   ├── c-lualine
│   │   └── init.lua
│   ├── c-mason
│   │   └── init.lua
│   ├── colors
│   │   ├── gruvbox.lua
│   │   ├── nightfox.lua
│   │   └── onedark.lua
│   ├── c-toggleterm
│   │   └── init.lua
│   ├── c-transp
│   │   └── init.lua
│   ├── c-tree
│   │   └── init.lua
│   ├── maps
│   │   └── init.lua
│   └── plugins
│       └── init.lua
├── plugin
│   └── packer_compiled.lua
├── README.md
└── scrots
    ├── nvim.png
    └── Screenshot_20230109_062338.png:Zone.Identifier

About

Neovim vanila configuration file to improve UI and editing experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages