kickstart.nvim/lua/custom/plugins
Gustavo Silva (es00679121_prosegur) 793143c6d2 add chatgpt, norg and gen plugins 2024-02-12 19:07:43 +01:00
..
README.md add dadbod 2024-02-12 18:49:11 +01:00
autopairs.lua add autopairs and debug 2024-02-12 18:49:11 +01:00
chatgpt.lua add chatgpt, norg and gen plugins 2024-02-12 19:07:43 +01:00
copilot.lua update configs 2024-02-12 19:05:57 +01:00
dadbod.lua add dadbod 2024-02-12 18:49:11 +01:00
dadbod_autocompletion.lua add dadbod 2024-02-12 18:49:11 +01:00
dadbod_ui.lua add dadbod 2024-02-12 18:49:11 +01:00
debug.lua update 2024-02-12 19:07:43 +01:00
go.lua update configs 2024-02-12 19:05:57 +01:00
gopher.lua update configs 2024-02-12 19:05:57 +01:00
goto-preview.lua update configs 2024-02-12 19:05:57 +01:00
harpoon.lua add autopairs and debug 2024-02-12 18:49:11 +01:00
lualine.lua Add extra plugins 2024-02-12 18:49:11 +01:00
mardown_preview.lua add chatgpt, norg and gen plugins 2024-02-12 19:07:43 +01:00
neo-tree.lua change some settings 2024-02-12 18:49:11 +01:00
noice.lua Add new keymaps and plugins 2024-02-12 18:49:11 +01:00
norg.lua add chatgpt, norg and gen plugins 2024-02-12 19:07:43 +01:00
null_ls.lua update 2024-02-12 19:07:43 +01:00
ollama.lua add chatgpt, norg and gen plugins 2024-02-12 19:07:43 +01:00
rest.lua update configs 2024-02-12 19:05:57 +01:00
surround.lua add some features 2024-02-12 18:49:11 +01:00
tmux_navigator.lua Add new keymaps and plugins 2024-02-12 18:49:11 +01:00
toggleterm.lua add autopairs and debug 2024-02-12 18:49:11 +01:00
trouble.lua update settings 2024-02-12 19:07:43 +01:00
undotree.lua Add extra plugins 2024-02-12 18:49:11 +01:00

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

HTTP client

install pynvim

sudo apt install python3-pynvim

install requests

sudo apt install python3-requests

format json (require jq installed)

:%!jq .