Skip to content

thefish/nvim-lua-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim dotfiles, making editor a portable, extensible, but minimalist IDE, with at least debugging, introspetion and completion functionality. Have fun!

Install:

mv ~/.config/nvim ~/.config/nvim.bak #create backup
git clone --depth 1 https://github.com/thefish/nvim-lua-config.git ~/.config/nvim

then run nvim.

full list of plugins

see plugin folder

Key mapping

Extensively described in mappings file

Also some hacks were added to nvim-tree:

Ctrl+f Find file in folder

Ctrl+a Stage file/folder for git commit

Ctrl+x Unstage file/folder from git commit

small telescope hacks

<c-q> in an telesope find window to open the contents as a nvim's quickfix list. cnext and cprev to navigate. <c-?> shows inline help for telesope, buggy but helpful.

Custom themes

Irae.nvim - theme loosely based on famous ir_black, still in development

About

neovim as a minimalist ide for golang and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published