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`.
|
2024-01-08 19:53:30 +01:00
|
|
|
|
2024-01-06 23:54:01 +01:00
|
|
|
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
|
2024-01-09 10:49:02 +01:00
|
|
|
|
|
|
|
## Markdown
|
|
|
|
- [iamcco/markdown-preview.nvim](https://githib.com/iamcco/markdown-preview.nvim)
|
|
|
|
- [ixru/nvim-markdown](https://github.com/ixru/nvim-markdown)
|
|
|
|
|