nvim/after/plugin
Simon Lasbrugnas 2c81514221
feat: update plugin configurations and add new ones
Update default configurations such as disabling netrw, setting 'isfname' option
 and better key mappings for several use cases including navigation, and deletion
 of buffers among others.

Add new plugins including Comment.nvim for easier code commenting, nvim-tree
 for file exploration, gitsigns for git activity within nvim, and several color
 scheme plugins for better aesthetics.

Also updated several existing plugins configurations, including telescope for
 file searching, trouble for diagnostics within nvim, and nvim-treesitter for
 better syntax highlighting.

The key mappings have been improved to serve a variety of use cases, including
, but not limited to, finding files, tab navigation, and various mappings for
 LSP functionalities.

The aesthetics of the editor has been updated by adding a variety of color schemes
 to choose from, including fleet-theme-nvim, catppuccin, rose-pine, and toky
onight.nvim

Features like comment toggling with Comment.nvim, file tree viewing with nv
im-tree and git activity per line with gitsigns.nvim have also been introduced
.
Some plugins like vim-bujo have also been removed as they no longer seem to
 be used in the configuration.

The packer.lua file has also been edited to reflect these changes, with additions
 of plugins and the removal of vim-bujo.

The lsp.lua file has been updated to include new commands that handles formatting
, eslint auto-fixing and added mappings for signature help and type definitions
.
Some key plugin configuration files have been newly created, like comment.lua
, gitsigns.lua, indent-blankline.lua, neoai.lua, nvim-tree.lua, which were not
 present before.

Existing plugins configuration files like telescope.lua, trouble.lua, zenmode
.lua have been updated for better usability.

Finally, netrw, the default vim file explorer has been disabled as it has been
 replaced by the nvim-tree plugin.

/!\ OPEN AI wrote that
2023-11-14 13:44:10 +01:00
..
cloak.lua Disable cloak 2023-07-20 13:34:29 +02:00
colors.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00
comment.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00
fugitive.lua Add diff colors, change fugitive keybindings 2023-07-24 12:14:32 +02:00
gitsigns.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00
indent-blankline.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00
lsp.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00
neoai.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00
nvim-tree.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00
refactoring.lua Add ThePrimeagen/refactoring plugin 2023-07-20 13:42:17 +02:00
telescope.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00
treesitter.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00
trouble.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00
undotree.lua Initial commit 2023-07-18 14:07:42 +02:00
zenmode.lua feat: update plugin configurations and add new ones 2023-11-14 13:44:10 +01:00