Skip to content

khisareuben/nvim-customization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Nvim configuration

This project customizes your nvim to look much better than the default one

Installation

You need to install:

  • nvim v8 and above (latest version recommended)
  • nodejs and npm
  apt install nodejs npm 

  ## clone the repository 
  git clone ...

  ## move or copy the file to this directory
  ~/.config

  if it already exits then delete the old one and
  replace it with this one

  ## open nvim and let everything install and
     open it again to make sure everything is installed

 

user guide/

user guide/

Note

i added two things in the options.lua file, line 40 and 43 which were giving me problems

line 40 is for disabling the list option in which it was displaying a dollar sign "$" at the end of every line

line 43 is for having a line cursor in insert mode and a block cursor when out of insert mode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages