Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
/ nvim Public archive

My neovim config ........... The idle ide configured from scratch by me ☺️

License

Notifications You must be signed in to change notification settings

niksingh710/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

⚠️ This repository is archived and no longer maintained. Please visit nvix.

Nvim

License GitHub stars GitHub forks GitHub repo size GitHub last commit GitHub issues GitHub pull requests

Installation

To install your Neovim configuration, you can follow these steps:

  1. Clone the repository into your Neovim config directory:
git clone https://github.com/niksingh710/nvim ~/.config/nvim
  1. Make sure you have the required tools and dependencies installed using yay:
yay -S --needed \
   neovim python-pynvim nodejs npm ripgrep fzf fd bat treesitter-cli curl ueberzugpp imagemagick lua51
  1. Make sure to checkhealth

Inside nvim

:checkhealth

The below command makes sure you have magick installed that is required by image.nvim

luarocks --local --lua-version=5.1 install magick

Preview

You've provided preview images for some of the plugins you've configured:

Telescope

telescope

Dashboard

Dashboard

Lualine

lualine

Keymaps

Keymap Description
jk To exit insert mode
kj To exit insert mode
<c-s> Save
<leader> + q Quit
<leader> + e Toggle the file tree
<leader> + s Search
<leader> + lf Format
<leader> + sk Keymap Search

This much should get you going and .extra is all what you discover (fire.nvim) 

Configuration Structure

The configuration and plugins are structured in an organized manner, with Lua scripts stored in the lua directory. This modular approach ensures a clean and maintainable Neovim setup.

Feel free to explore and customize these scripts to tailor your Neovim environment to your preferences.

If you have any questions or need further assistance with your Neovim configuration, please don't hesitate to reach out.

About

My neovim config ........... The idle ide configured from scratch by me ☺️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages