|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| autopairs.lua | ||
| copilot.lua | ||
| debug.lua | ||
| go.lua | ||
| gopher.lua | ||
| harpoon.lua | ||
| lualine.lua | ||
| mardown_preview.lua | ||
| neo-tree.lua | ||
| null_ls.lua | ||
| surround.lua | ||
| tmux_navigator.lua | ||
| toggleterm.lua | ||
| undotree.lua | ||
README.md
NULL-LS
goland:
go install github.com/incu6us/goimports-reviser/v3@latest
go install mvdan.cc/gofumpt@latest
go install github.com/segmentio/golines@latest
go install github.com/go-delve/delve/cmd/dlv@latest # for go debug
Substitute Mode
:V:s/pattern/
Check for key combination
:nmap # show all maps for normal mode
:nmap <leader> # show maps for the leader
:verbose nmap <leader> # show where the map was last set
:telescope keymaps
Open new Tab
<c>wT
Moving between tabs
gt # next tab
gT # previous tab