Map leader key is Space
- Reproduce my https://github.com/kaihendry/dotfiles/tree/master/.config/nvim
- 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
.
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.
- SPACEff Find files via Telescope
- SPACEf Format buffer