7 Commits

Author SHA1 Message Date
Joao P Dubas
de1b0c6d5f chore(nvim): update toggleterm mapping keys 2023-11-10 15:05:36 +00:00
61f02a4236 fix(nvim): toggleterm keymap registration (#10)
Fix import for `which-key` and set the correct name for key mapping.

Reviewed-on: #10
2023-10-29 21:06:30 +00:00
093c3dc49f chore(neovim): move from iron.nvim to toggleterm (#8)
I use the terminal to access `repl` available in a `docker container`, or a remote one available in `kubernetes` or virtual machine.

Reviewed-on: #8
2023-10-29 20:46:14 +00:00
c5451471cc chore: upgrade elixir/erlang versions (#4)
Upgrade runtimes to latest versions:

* elixir from 1.15.4 to 1.15.6
* erlang from 26.0.2 to 26.1.1

Co-authored-by: Joao P Dubas <joao.dubas@gmail.com>
Reviewed-on: #4
2023-10-26 00:01:50 +00:00
Joao P Dubas
b814c3533d chore(nvim): add treesitter context plugin
Define a context line to show the context about the method/module one is
navigating.
2023-10-02 12:23:15 +00:00
Joao P Dubas
ed9e644fff fix(nvim): optionally register which-key prefix 2023-10-02 00:53:09 +00:00
Joao P Dubas
ea3b1a302e feat(nvim): use kickstart.nvim as base configuration
To make this effective, the following changes were made:

1. Patch `init.lua` to change common configurations
2. Implement custom configuration for plugins
2023-10-01 23:39:11 +00:00