Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #26

Merged
merged 2 commits into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,19 @@ Then, run `:Lazy` to install plugins.
- `<Space-g>` opens a popup window with recursive grep search in the current directory. Blazing fast ⚡ thanks to `ripgrep`.
- `<Space-f>` does the same but with file names. Superfast thanks to `fzf` 🔥
- `<Space-t>` opens a terminal in vertical split on the right already in insert mode. Ready to type commands 👨‍💻
- `<Space-n>` opens neogit 
- `<Space-n>` opens neogit 🌳
- `<Space-o>` opens file manager in a floating window 🛢️
- `<C-s>` shows git diff of the current line thanks to `gitsigns`.
- `<C-|>` (un)comments either current line, or visually selected block of code 🔎

### 🤖 AI assistance

Codeium suggests snippets while typing, thanks to `neocodeium` plugin.
Use the following:
- `<A-f>` to acccept the suggestion
- `<A-r>` to cycle through the suggestions
- `<A-e>` to cycle backwards

### 📖 Status Line

Using [lualine](https://github.com/nvim-lualine/lualine.nvim), I built a status line which also includes tabs, and shows some other goodies:
Expand All @@ -56,10 +65,12 @@ Using [lualine](https://github.com/nvim-lualine/lualine.nvim), I built a status
- [conform](https://github.com/stevearc/conform.nvim)
- [gitsigns](https://github.com/lewis6991/gitsigns.nvim)
- [lualine](https://github.com/nvim-lualine/lualine.nvim)
- [neocodeium](https://github.com/monkoose/neocodeium)
- [neogit](https://github.com/NeogitOrg/neogit)
- [noice](https://github.com/folke/noice.nvim)
- [nvim-comment](https://github.com/terrortylor/nvim-comment)
- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
- [oil](https://github.com/stevearc/oil.nvim)
- [telescope](https://github.com/nvim-telescope/telescope.nvim)
- [tokyonight](https://github.com/folke/tokyonight.nvim)
- [treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
Expand Down