summaryrefslogtreecommitdiff
path: root/home/neovim/init.vim
AgeCommit message (Collapse)Author
2024-12-21Move to a profile-based configuration where commonLinnnus
This patch makes it so common configuration is now located in shared/ and each host basically just becomes a bunch of import statements. The exception here is host-specific configuration like the `*.linus.onl` that live inside `hosts/ahmed/`. Specifically I have: - moved common configuration `shared/{nixos,home-manager,nix-darwin}`. - moved `hosts/common.nix` to `shared/nixos/common-{nix,shell}-settings.nix`. - split `hosts/muhammed/{dev-utils,neovim}` into per-language configuration. This patch was done in preparation for the arrival of a new host, which will need to share a lot of configuration with Muhammed.
2024-10-01nvim: Fix :WrapItUpLinnnus
Here are the changes: - Spaces were being caught as part of the mapping, causing the user to move diagonally when using j/k. These have been removed. - Moved to the correction section. - Made buffer-local, since this is the most common usecase.
2024-10-01nvim: Add gd mapping for help pagesLinnnus
2024-09-18Add WrapItUp command to neovimLinnnus
2024-04-29home/neovim: Add temporary, impure vimrc sourceLinnnus
This was a huge help when testing changes to vimrc without having to do a full {nixos,darwin}-rebuild.
2024-04-29muhammed: Make iterm2/neovim respect system dark modeLinnnus
2024-01-21home/neovim: Add double space FZF mappingLinnnus
2023-10-30home/neovim: Switch colorscheme {default => darkblue}Linnnus
2023-10-30home/neovim: Fix nixls errorLinnnus
2023-10-30home/neovim: add clojure supportLinnnus
2023-10-30home/neovim: Retire unused window mappingsLinnnus
2023-10-23home/neovim: Recalculate SusWhitespace when 'tw' changesLinnnus
2023-10-22home/neovim: Fix SusWhitespace matching characters {at => beyound} &twLinnnus
2023-10-22home/nvim: Update sus whitespace highlightingLinnnus
2023-10-21nvim: set mouse=nicrLinnnus
2023-09-22Highlight sus WS in NVIMLinnnus
2023-09-11Update terminal mappings vimLinnnus
2023-09-10Remove missing ansi_linus colorschemeLinnnus
2023-09-09Import old init.vimLinnnus