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
This commit is contained in:
Joao P Dubas
2023-10-01 23:39:11 +00:00
parent e8d45d7b77
commit ea3b1a302e
4 changed files with 207 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ services:
- 'home_cache:/home/coder/.cache'
- 'home_local_share:/home/coder/.local/share'
- './config/rtx:/home/coder/.config/rtx'
- './config/nvim/lua/custom:/home/coder/.confing/nvim/lua/custom'
volumes:
home_cache: {}