Run `nix fmt` at the root of the repository to format all files. I've
done this on my fork and this will help me merge your changes later
without having to deal with un-formatted files.
- Fixed Luanne, as it was not configured correctly after the last
refactor (should've tested it correctly)
- Fixed small issue with separator in neo-tree
- Remove EOB character
- During build time multiple warnings were shown about the deprecation
of certain options. These have been moved to their new places.
- Disable the CMP Ghost Text option because it was driving me nuts.
- Renamed and moved settings in some plugins due to upstream changes
- Added comments to neovim settings
- Added cmdheight = 0 and mouse = "a" settings to config
- Configured toggleterm plugin
- Added keymap for markdown preview
- Changed lualine so Navic is better readable by switching filename and
type with Navic.
Add the nvim-autopairs so "'{[ characters will auto close.
Add AutoCmd to restore the cursor position when re-opening file.
Fix treesitter option name.
Updated Lualine with mode icon, moved git diff and added a icon
displaying Github copilot status.
Changed setting to default yank to system clipboard
Updated startup dashboard
Fix Navic lualine text color so it better matches the overall theme.
Also changed the indentscope outline color to rosewater and enabled some
extra catppuccin theming settings.
Configured Navic and integrated it with Lualine. This provides context
about the code that is being worked on.
Also added a PAT to be able to create a PR when the Flake Update Github
action runs.
Updated some plugins to use custom git and diagnostic symbols, also
changed the line number color to match my system highlight color
(catppuccin peach).
Added Markdown Preview and the Obsidian plugins.
Updated the Startup screen with links to Github Copilot and Obsidian
Moved the helm-vim plugin from a seperate file into the lsp.nix file.