Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Style(treewide): Format all lua-files makes lua ➛ nix easier | Soispha | 2023-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. | ||
* | Feat(hm/conf/neovim/plugins/telescope/extensions/bibtex): Init | Soispha | 2023-08-25 |
| | |||
* | Fix(hm/conf/neovim/plugins): Move raw plugins to their config dirs | Soispha | 2023-08-25 |
| | |||
* | Feat(hm/conf/neovim): Use non-treesitter theme for latex files | Soispha | 2023-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. |