about summary refs log tree commit diff stats
path: root/home-manager (follow)
Commit message (Collapse)AuthorAge
* 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(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.
* Feat(hm/conf/git): Mark moved code in diffs and delta for merge conflictsSoispha2023-08-25
|
* Fix(hm/conf/neovim/plugins): Move raw plugins to their config dirsSoispha2023-08-25
|
* Fix(hm/conf/neovim/plugins/harpoon/mappings): Simplify mappingsSoispha2023-08-25
|
* Feat(hm/conf/lf): Add command to go to flake base dirSoispha2023-08-25
|
* Fix(hm/conf/neovim/plugins): Import added pluginsSoispha2023-08-25
|
* Fix(hm/conf/neovim/plugins/telescope): InitSoispha2023-08-25
|
* Fix(hm/conf/leap): SquasSoispha2023-08-25
|
* Fix(hm/conf/neovim/options): Reduce timeout as that is used by which-keySoispha2023-08-24
|
* Fix(hm/conf/neovim/mappings): Add description to every mappingSoispha2023-08-24
|
* Feat(hm/conf/neovim/plugins/which-key): InitSoispha2023-08-24
|
* Feat(hm/conf/neovim/plugins/lspkind): InitSoispha2023-08-24
|
* Feat(hm/conf/neovim/plugins/leap): InitSoispha2023-08-24
|
* Feat(hm/conf/neovim/plugins/harpoon): InitSoispha2023-08-24
|
* Fix(hm/conf/gammastep): Go down to 3000K again as its just comfortableSoispha2023-08-24
|
* Fix(hm/conf/lf/commands): Remove rename cmd as it fails on piped stdoutSoispha2023-08-24
|
* Fix(hm/conf/neovim/plugs/lsp/ltex): Disable autocompletion while typingSoispha2023-08-22
|
* Feat(hm/conf/xdg): Set up userDirsSoispha2023-08-22
|
* Fix(hm/conf/neovim/mappings): Use shift space to confirm suggestionsSoispha2023-08-20
|
* Fix(hm/conf/lf/commands): Avoid shell wrapping for c rename commandSoispha2023-08-20
|
* Feat(hm/conf/lf): Replace rename script by rename c binarySoispha2023-08-20
|
* Fix(hm/conf/neovim/plugins/luasnip): Correct local value in snippetSoispha2023-08-20
|
* Feat(hm/conf/neovim/plugins/lsp/ccls): InitSoispha2023-08-20
|
* Fix(hm/conf/neovim/plugins/vimtex): Add comment about treesitter supportSoispha2023-08-19
|
* Refactor(hm/conf/neovim/plugins/luasnip/snippets): Remove unnused onesSoispha2023-08-19
|
* Feat(hm/conf/neovim): Use non-treesitter theme for latex filesSoispha2023-08-19
| | | | | Vim tex doesnn't really not work with treesitter, and nightfox doesn't really work without treesitter thus a new colorscheme was chooses.
* Fix(hm/impermanence): Save the date dir of iambSoispha2023-08-19
|
* Feat(hm/conf/lf/keybindings): Add mapping to load Session.vim fileSoispha2023-08-19
|
* Fix(hm/conf/lf): Implement rename cmdSoispha2023-08-19
| | | | | | | | | | | The default lf rename command starts behind the extension like this: ``` filename.extension ^ | startpoint ``` This new cmd avoids this.
* Fix(hm/conf/lf): Split file creation and edit of the made file cmdsSoispha2023-08-19
| | | | | I mostly create files from vim, thus editing them in the terminal with created them is useless.
* Fix(hm/conf/lf/commands): Correctly quote the id string in 'fzf_jump' cmdSoispha2023-08-19
|
* Fix(hm/conf/neovim): Put the config file heading at the topSoispha2023-08-19
|
* Fix(hm/conf/neovim): Add linter and formatters to the wrapped neovimSoispha2023-08-19
|
* Fix(hm/conf/lf/commands): Remove non-wrapped neovim dependencySoispha2023-08-19
|
* Fix(hm/conf/gammastep): Adjust laptop temp to redshift night defaultSoispha2023-08-19
|
* Fix(hm/conf/neovim): Change mapping for cmp acceptation to 'HH'Soispha2023-08-19
|
* Fix(hm/conf/neovim/nixneovim): Remove as it's replaced by nixvimSoispha2023-08-19
|
* Fix(hm/conf/neovim/plugins/lsp): Remove duplicated setup of capabilitiesSoispha2023-08-19
| | | | | NixVim automatically sets up the capabilities if the nvim_cmp plugin is activated.