6 Commits

Author SHA1 Message Date
Joao P Dubas
9f8b1fbe85 chore: upgrade kickstart to latest version
Also add some treesitter parsers:

1. gitcommit
2. markdown_inline
3. toml
4. yaml
2023-11-24 12:45:53 +00:00
6c1a8e92bc feat: add elixir-ls compatible with version 1.11 ()
1. Clone `elixir-ls` and set it to version [v0.12.0](https://github.com/elixir-lsp/elixir-ls/blob/master/CHANGELOG.md#v0120-7-november-2022)
2. Set up `neovim` to check `elixir` current elixir version and use the appropriate `elixir-ls`

Reviewed-on: 
2023-11-13 11:33:09 +00:00
6f5f08e59a feat(nvim): uprade kickstart.nvim ()
Reviewed-on: 
2023-11-10 15:07:53 +00:00
fa879a6772 chore(nvim): upgrade kickstart.nvim ()
Upgrade kickstart.nvim to the latest commit, and adjust the patch to conform to the current state.

Co-authored-by: Joao P Dubas <joao.dubas@gmail.com>
Reviewed-on: 
2023-10-15 19:46:17 +00:00
Joao P Dubas
2c083afa56 chore: add http and json to treesitter 2023-10-02 12:24:22 +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