dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Add orgmode, replace nvimtree with oil, replace nvim-cmp with blink.cmp

Open EnriqueVidal opened this issue 1 year ago • 0 comments

This pull request includes significant changes to the configuration and setup of various shaders, Neovim settings, and plugins. The most important changes include the addition of new shader files, updates to Neovim configuration and plugins, and improvements to helper functions.

Shader Additions:

  • Added bar_spectrum.frag shader file with configurations for bar values, colors, and gradients.
  • Added northern_lights.frag shader file with configurations for bar values and colors.
  • Added pass_through.vert shader file for vertex data input and fragment coordinate output.

Neovim Configuration Updates:

  • Updated Neovim version requirement in README.md from 0.7.2 to 0.10 and removed sections on nvim-tree, Cmp_luasnip, and Github Copilot. [1] [2] [3] [4]
  • Added new environment setup for mise shims and updated settings for clipboard, conceal level, and global statusline in settings.lua. [1] [2]
  • Updated diagnostic signs and virtual text configuration in lsp.lua, and added a key mapping to toggle diagnostics. [1] [2] [3]

Plugin Configuration Changes:

  • Updated lazy-lock.json with new plugin commits and added new plugins such as blink.cmp, oil.nvim, and org-bullets.nvim.
  • Updated lazy.lua to include new plugin imports and disabled change detection notifications.
  • Updated alpha-nvim.lua to use XDG_CONFIG_HOME for terminal command path.
  • Updated avante-nvim.lua to include new provider and behavior options, and removed some dependencies and plugins. [1] [2] [3]

Helper Function Improvements:

  • Refactored helper functions in helpers.lua to improve key mapping and autocommand group creation.

These changes collectively enhance the functionality and configuration flexibility of the shaders and Neovim setup.

EnriqueVidal avatar Dec 27 '24 17:12 EnriqueVidal