Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-21 | Move to a profile-based configuration where common | Linnnus | |
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-01 | nvim: Fix :WrapItUp | Linnnus | |
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-01 | nvim: Add gd mapping for help pages | Linnnus | |
2024-09-18 | Add WrapItUp command to neovim | Linnnus | |
2024-04-29 | home/neovim: Add temporary, impure vimrc source | Linnnus | |
This was a huge help when testing changes to vimrc without having to do a full {nixos,darwin}-rebuild. | |||
2024-04-29 | muhammed: Make iterm2/neovim respect system dark mode | Linnnus | |
2024-01-21 | home/neovim: Add double space FZF mapping | Linnnus | |
2023-10-30 | home/neovim: Switch colorscheme {default => darkblue} | Linnnus | |
2023-10-30 | home/neovim: Fix nixls error | Linnnus | |
2023-10-30 | home/neovim: add clojure support | Linnnus | |
2023-10-30 | home/neovim: Retire unused window mappings | Linnnus | |
2023-10-23 | home/neovim: Recalculate SusWhitespace when 'tw' changes | Linnnus | |
2023-10-22 | home/neovim: Fix SusWhitespace matching characters {at => beyound} &tw | Linnnus | |
2023-10-22 | home/nvim: Update sus whitespace highlighting | Linnnus | |
2023-10-21 | nvim: set mouse=nicr | Linnnus | |
2023-09-22 | Highlight sus WS in NVIM | Linnnus | |
2023-09-11 | Update terminal mappings vim | Linnnus | |
2023-09-10 | Remove missing ansi_linus colorscheme | Linnnus | |
2023-09-09 | Import old init.vim | Linnnus | |