about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Feat(sys/svcs/getty): InitSoispha2023-08-28
|
* Fix(sys/font): Correct the font namesSoispha2023-08-28
|
* Feat(hm/conf/firefox): Add a nixpkgs issue searchSoispha2023-08-28
|
* Fix(sys/font): Add default fonts with nerd fonts supportSoispha2023-08-28
|
* Refactor(hm/conf/alacritty): Split the configuration in separate filesSoispha2023-08-28
|
* Fix(treewide): Replace old nerdfont icons with new onesSoispha2023-08-28
| | | | | | | This fix was done automatically with [nerdfix](1). [1]: https://github.com/loichyan/nerdfix
* Revert: "Fix(hm/conf/lf): Update icons to nerdfonts v3"Soispha2023-08-28
| | | | | | | | | This reverts commit 1309059518b344af2c88ddc635a1812dfee9618c. Reverting this is needed as a new, project wide migration the nerdfonts v3 will be attempted, based on: [nerdfix](1). [1]: https://github.com/loichyan/nerdfix
* Build(update.sh): Use correct path to update scriptSoispha2023-08-28
|
* Build(flake): UpdateSoispha2023-08-28
|
* Fix(flake): Switch to offical extra vim pluigins, not my forkSoispha2023-08-28
|
* Fix(hm/conf/nvim/plugins/telescope/symbols): Switch to nixpkgs oneSoispha2023-08-28
|
* Fix(hm/conf/nvim/plugins/femaco): Import `clip_val` localSoispha2023-08-28
|
* Fix(hm/conf/nvim/plugins/femaco): Switch to extra, as that's newerSoispha2023-08-28
|
* Fix(hm/conf/nvim/plugins/neorg): Add entry to modules, to generate themSoispha2023-08-28
|
* Perf(flake/packages/nvim): Use list merge feature of the merge functionSoispha2023-08-27
|
* Feat(hm/conf/nvim/plugins/neorg): InitSoispha2023-08-27
|
* Fix(hm/conf/nvim/plugins/femaco): Actually bind key to functionSoispha2023-08-27
|
* Fix(hm/conf/nvim/plugins/todo-comments): Add default highlightingSoispha2023-08-27
|
* Feat(hm/conf/nvim/plugins/comment-nvim): InitSoispha2023-08-27
|
* Fix(hm/conf/nvim/plugins/colorscheme): Switch back to carbonfoxSoispha2023-08-27
|
* Feat(hm/conf/nvim/plugins/luasnip/snippets/all): Add snips for todo-commentsSoispha2023-08-27
|
* Fix(hm/conf/nvim/plugins/luasnip/snippets/all): Fix pairs in certain ftsSoispha2023-08-27
|
* Feat(hm/conf/nvim/plugins/luasnip/all): Add snippets for todo commentsSoispha2023-08-27
|
* Feat(hm/conf/alacritty): Set nightfox/carbonfox as colorschemeSoispha2023-08-27
|
* Fix(flake/packages): Flatten nvim pkgs to satisfy `nix flake check`Soispha2023-08-26
|
* Refactor(treewide): Abbreviate path namesSoispha2023-08-26
|
* Style(treewide): Format all lua-files makes lua ➛ nix easierSoispha2023-08-26
| | | | | | | | | | The files were formatted according to the `.editorconfig` file and with the formatter from [this](1) repo, as it's the only one that fully understands all keys in the `.editorconfig` file. The formatting was chosen in this special (and honestly unconventional) way because moving code from lua to nix is now easier, as the syntax is nearly identical in some places.
* Fix(hm/conf/neovim/plugins/colorscheme): Mk todo,fix,&c comments visibleSoispha2023-08-26
|
* Feat(hm/conf/neovim/plugins/todo-comments): InitSoispha2023-08-26
|
* Fix(hm/conf/neovim/autocmds): Only show colorcolumn in insert modeSoispha2023-08-26
|
* Feat(hm/conf/neovim/autocmds): Highlight yanked textSoispha2023-08-26
|
* Fix(flake): Expose home-manager config to nvim configSoispha2023-08-26
|
* Feat(.editorconfig): Add lua configSoispha2023-08-26
|
* Fix(system/services/postgresql): Disable as it's no longer neededSoispha2023-08-26
|
* Feat(hosts/tiamat): Enable bluetoothSoispha2023-08-26
|
* Build(flake): UpdateSoispha2023-08-26
|
* Docs(treewide): Add a colon after "FIXME"sSoispha2023-08-26
|
* Docs(treewide): Add a colon after every "TODO"Soispha2023-08-26
|
* Feat(hm/conf/neovim/plugins/goto-preview): InitSoispha2023-08-26
|
* Fix(hm/conf/neovim/plugins/lsp-progress): Disable as its quite distractingSoispha2023-08-26
|
* Feat(hm/conf/neovim/plugins/lsp-progress): InitSoispha2023-08-26
|
* Fix(hm/conf/lf/commands): Actually send cd command to lf instanceSoispha2023-08-25
|
* Style(hm/conf/neovim): FormatSoispha2023-08-25
|
* Fix(hm/conf/neovim/plugins): Import new onesSoispha2023-08-25
|
* Feat(hm/conf/neovim/plugins/telescope/extensions/symbols): InitSoispha2023-08-25
|
* Feat(hm/conf/neovim/plugins/telescope/extensions/rooter): InitSoispha2023-08-25
|
* Feat(hm/conf/neovim/plugins/telescope/extensions/bibtex): InitSoispha2023-08-25
|
* Feat(hm/conf/neovim/plugins/femaco): InitSoispha2023-08-25
|
* Fix(flake/packages): Make it obvious that 'vim' is actually 'nvim'Soispha2023-08-25
|
* Fix(hm/conf/git): Add markers to diffs when on laptopSoispha2023-08-25
| | | | | | | It is very common, that I'm in a situation with bad contrast on the laptop screen (for example when in direct sunlight). To remedy the fact, that I can't see the colours in these situations, the plus and minus marks were added.