Skip to content

Timurkaaa123/Nvim-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My NeoVim

Minimalistic code editor

Preview

file telescope menu

Hotkeys

Hotkey Action
Ctrl + Q Quit NeoVim
Ctrl + A Copy all
Ctrl + S Save file
Ctrl + Shift + P Telescope fine_files

Installation

  • Back up your nvim configurations
  • Remove the current nvim configuration
rm -rf ~/.config/nvim ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim
  • Run the commands
mkdir -p ~/.config/nvim
git clone https://github.com/Timurkaaa123/Nvim-files.git
  • Run nvim