nic0q / Nvim-Settings

My personal nvim customization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions Windows

  1. Install https://github.com/junegunn/vim-plug
  2. Open Nvim and type: :echo stdpath('config') this will display the Path for init.vim
  3. If is not created, go to the Path and create Appdata/Local/nvim folder. image
  4. Put the init.vim file from my repo
  5. Go to terminal on that path and execute nvim init.vim and type :PlugInstall! then press Intro
  6. If dracula theme gives and error, delete colorscheme dracula
  7. Install Dracula theme :Plug 'Mofiqul/dracula.nvim'
  8. Add colorscheme dracula to init.vim again

Advise

I have choosen my personal commands, you can also modify by yourself in the file (line 22) For install the commands with Plug is highly recommend see the documentation of Plug https://github.com/junegunn/vim-plug

Theme

Is required install dracula theme

Execute nodejs command = Shift + Z

About

My personal nvim customization


Languages

Language:Vim Script 100.0%