2024-01-06 23:54:01 +01:00
|
|
|
# My NeoVim config
|
|
|
|
|
2024-01-06 23:58:58 +01:00
|
|
|
I created this config with [NvChad](https://github.com/NvChad/NvChad).
|
2024-01-06 23:54:01 +01:00
|
|
|
|
|
|
|
## Theme:
|
2024-01-06 23:58:58 +01:00
|
|
|
[catppuccin](https://github.com/catppuccin)
|
2024-01-06 23:54:01 +01:00
|
|
|
|
|
|
|
## Golang
|
|
|
|
I added some plugins, check it out in `lua/custom/plugins.lua` and `lua/custom/mappings.lua`.
|
|
|
|
The list of the plugins:
|
2024-01-06 23:58:58 +01:00
|
|
|
- [gopls](https://github.com/golang/tools/tree/master/gopls) : Go langage server (Autocompletion)
|
|
|
|
- [gopher](https://github.com/olexsmir/gopher.nvim) : Add key mappings
|