Commit Graph

10 Commits

Author SHA1 Message Date
OdysseusOperator 0c36961f5b feat(plugins): add neo-tree.nvim plugin with dependencies for enhanced file exploration
This update introduces the neo-tree.nvim plugin along with its necessary dependencies, improving file navigation capabilities.
2025-03-28 13:55:03 +01:00
OdysseusOperator 4b2d4334ca feat(keymap): add F11 and F12 key bindings for completion and Copilot
This commit introduces new key mappings for enhanced functionality, specifically the F11 key now confirms suggestions in the completion menu while F12 is set to accept Copilot suggestions in insert mode, improving the user experience for code suggestions.
2025-03-28 13:54:08 +01:00
OdysseusOperator 9b7605db11 feat(plugins): add Copilot and CopilotChat configurations
This commit introduces configurations for GitHub Copilot and Copilot Chat plugins in the Neovim setup. It includes the setup of keybindings for toggling Copilot and various chat functionalities, enhancing the development experience through AI-assisted programming features.
2025-03-28 13:17:49 +01:00
OdysseusOperator 3e168bd0d8 fix(plugins): remove 'diff' from lualine_b section
This change streamlines the lualine configuration by omitting the 'diff' component from the lualine_b section, enhancing clarity and focus on essential information displayed.
2025-03-28 13:12:38 +01:00
OdysseusOperator bec391e04d feat(plugins): add configuration for gruvbox-material colorscheme
This commit adds a configuration for the gruvbox-material colorscheme in the plugins initialization file, enabling automatic application of the colorscheme when loaded.
2025-03-28 13:10:14 +01:00
Michael Wesolek 02aedcda66 better color for modes 2025-03-27 16:14:41 +01:00
Michael Wesolek d885ff9964 some nvim plugins 2025-03-27 16:14:39 +01:00
Michael Wesolek 105414d070 lets see 2025-03-27 16:12:29 +01:00
Michael Wesolek 3cc36dead0 buff line, tint, mode, copilot and other stuff 2025-03-27 16:11:27 +01:00
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
2023-02-17 16:31:57 -05:00