Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conscious-puppet/chadrc
https://github.com/conscious-puppet/chadrc
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/conscious-puppet/chadrc
- Owner: conscious-puppet
- Created: 2022-11-17T15:07:33.000Z (about 2 years ago)
- Default Branch: custom-main
- Last Pushed: 2022-12-16T16:02:48.000Z (about 2 years ago)
- Last Synced: 2023-10-05T18:44:45.270Z (over 1 year ago)
- Language: Lua
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## To be used with NvChad
## Installation
```
git clone [email protected]:abshekh/chadrc.git ~/.config/nvim/lua/custom/
ln -s ~/.config/nvim/lua/custom/ftplugin/ ~/.config/nvim# for lazygit on mac
ln -s ~/.config/nvim/lua/custom/etc/lazygit_config.yml ~/Library/Application\ Support/lazygit/config.yml
alias nvim='nvim --listen /tmp/nvim-server.pipe'
```
## LSP Settings
- Add server in `custom.lsp-servers.init.lua`.
- If settings need to overridden, add settings in `custom.lsp-servers.settings.[server-name].lua`.
Example: `custom.lsp-servers.settings.sumneko-lua.lua` will update sumneko-lua settings.