-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
67 additions
and
2,454 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
```sh | ||
brew install neovim | ||
brew install ripgrep # is required for grep searching with Telescope (OPTIONAL). | ||
|
||
git clone [email protected]:senelway/dotfiles.git ~/.config/_tmp | ||
cd ~/.config/_tmp | ||
mv nvim ../nvim | ||
``` | ||
|
||
## Uninstall | ||
|
@@ -21,7 +25,7 @@ cd ~/.config/nvim/lua/custom/ | |
# mappings.lua there is a custom hotkeys | ||
``` | ||
|
||
## Hotkeys | ||
## All Hotkeys | ||
|
||
```sh | ||
## <leader>ch | ||
|
@@ -41,25 +45,8 @@ sudo nvim | |
|
||
## Plugins list | ||
|
||
- [Chat gpt](https://github.com/jackMort/ChatGPT.nvim) | ||
- [Symbols in right tree](https://github.com/simrat39/symbols-outline.nvim) | ||
- [Todos and etc](https://github.com/folke/todo-comments.nvim) | ||
- [Troubles](https://github.com/folke/trouble.nvim) | ||
- [Copilot](https://github.com/zbirenbaum/copilot.lua) | ||
|
||
## ChatGPT settings | ||
|
||
```sh | ||
# generate a token https://platform.openai.com/account/api-keys | ||
|
||
export OPENAI_API_KEY="" | ||
|
||
# ~/.zshrc | ||
# export OPENAI_API_KEY="" | ||
|
||
# hotkey is `<leader>gg` | ||
# ./lua/custom/mappings.lua | ||
``` | ||
- [Custom](https://github.com/senelway/dotfiles/blob/main/nvim/lua/custom/plugins.lua) | ||
- [Base](https://github.com/senelway/dotfiles/blob/main/nvim/lua/plugins/init.lua) | ||
|
||
## Spellcheck | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters