Love it
- neovim
brew install neovim
, tapi kalau sempat rekomen banget build from source nya saja - ripgrep
brew install ripgrep
- nodejs 16+
- python3+ and install
pip install pynvim
- clone this repo
- copy
cp -R /path/this/repo/.config/nvim ~/.config/nvim
- inside nvim run packer command
:PackerSync
pd
peek definitiongd
go to definitionctrl + space
open lsp auto completeK
hover info lspCtrl+b
open file treeCtrl+t
open tagbar , but u need to install ctags bybrew install ctags
ca
code actionfr
find referencesld
line diagnosis:Neoformat
prettier
Hint (because ini adalah saya bikin personalized ada beberapa ket feature yang saya sesuaikan sendiri diantaranya yang paling nampak)
- if the LSP doesnt work please run
LspInstall <your language>
but it shoul be auto installed believe me - Debugger only supported for python for now, but u can configure for ur own language