nvim/README.md

19 lines
604 B
Markdown

# My NeoVim config
I created this config with [NvChad](https://github.com/NvChad/NvChad).
## Theme:
[catppuccin](https://github.com/catppuccin)
## Golang
I added some plugins, check it out in `lua/custom/plugins.lua` and `lua/custom/mappings.lua`.
The list of the plugins:
- [gopls](https://github.com/golang/tools/tree/master/gopls) : Go langage server (Autocompletion)
- [gopher](https://github.com/olexsmir/gopher.nvim) : Add key mappings
## Markdown
- [iamcco/markdown-preview.nvim](https://githib.com/iamcco/markdown-preview.nvim)
- [ixru/nvim-markdown](https://github.com/ixru/nvim-markdown)