Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.46 KB
            _                     _            
 _ ____   _(_)_ __ ___         __| | _____   __
| '_ \ \ / / | '_ ` _ \ _____ / _` |/ _ \ \ / /
| | | \ V /| | | | | | |_____| (_| |  __/\ V / 
|_| |_|\_/ |_|_| |_| |_|      \__,_|\___| \_/  

nvim-dev is a set of configurations for neovim which makes the developers life easier

Core plugins are:

Based on above plugins there are additional features which makes the development workflow smoother.

<leader> is set to space

Open recent files

open_recent

key mapping: <leader>re

Close multiple buffers through fzf

close_files

key mapping: <leader>bb ctrl+space to mark the file while in the fzf popup

Insert path using fzf

insert_path_fzf

While in insert mode press ctrl+f and select the needed file