You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,6 @@ tree ~/.config/nvim
174
174
|[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)| Nvim Treesitter configurations and abstraction layer |
175
175
|[nvim-cmp](https://github.com/hrsh7th/nvim-cmp)| Auto completion plugin |
176
176
|[LuaSnip](https://github.com/L3MON4D3/LuaSnip)| Snippet Engine for Neovim written in Lua |
177
-
|[nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua) - | A File Explorer written In Lua |
178
177
|[nvim-autopairs](https://github.com/windwp/nvim-autopairs)| A super powerful autopairs for Neovim |
179
178
|[nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons)| Lua `fork` of vim-web-devicons for neovim |
180
179
|[lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)| A blazing fast and easy to configure neovim statusline plugin written in pure lua. |
@@ -186,6 +185,7 @@ tree ~/.config/nvim
186
185
|[zbirenbaum/copilot.lua](https://github.com/zbirenbaum/copilot.lua)| Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot |
187
186
|[zbirenbaum/copilot-cmp](https://github.com/zbirenbaum/copilot-cmp)| Lua plugin to turn github copilot into a cmp source |
188
187
|[CopilotC-Nvim/CopilotChat.nvim](https://github.com/CopilotC-Nvim/CopilotChat.nvim)| Chat with GitHub Copilot in Neovim |
188
+
|[nvim-mini/mini.files](https://github.com/nvim-mini/mini.files)| Navigate and manipulate file system. Part of 'mini.nvim' library. |
189
189
190
190
### 5.2. LSP
191
191
@@ -244,24 +244,23 @@ Once loaded, Copilot will start providing suggestions and chat capabilities. You
244
244
245
245
These are the default keymaps, in the following shortcuts, the `<leader>`+` key is set up to `` (space) character, check: [keymaps.lua](./nvim/lua/core/keymaps.lua).
0 commit comments