Skip to content

kaihendry/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map leader key is Space

Goal

  1. Reproduce my https://github.com/kaihendry/dotfiles/tree/master/.config/nvim
  2. Have fun!

I'm trying to leverage the neovim language server as much as possible via :LspInstallInfo.

Something wrong? :checkhealth!

Number of plugins? 18 :PackerStatus.

What's running on my code? :NullLsInfo or :LspInfo

Some crazy formatting going on? It's probably Prettier messing up your buffer. Use .prettierignore.

How to run from bash

Setup an alias:

alias n='docker run -it --rm -v $(pwd):/src hendry/nvim:latest $@'

or to invoke a shell:

docker run -it --rm --entrypoint=bash -v $(pwd):/src hendry/nvim:latest

My .vimrc is ~130. The difference between vim and neovim is the language server and lua support.

Key binds you should know

  • SPACEff Find files via Telescope
  • SPACEf Format buffer