about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim (follow)
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* 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/neovim/plugins): Move raw plugins to their config dirsSoispha2023-08-25
|
* Fix(hm/conf/neovim/plugins/harpoon/mappings): Simplify mappingsSoispha2023-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/neovim/plugs/lsp/ltex): Disable autocompletion while typingSoispha2023-08-22
|
* Fix(hm/conf/neovim/mappings): Use shift space to confirm suggestionsSoispha2023-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/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/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.
* Fix(hm/conf/neovim/plugins/lualine): Correctly qoute stringSoispha2023-08-19
|
* Fix(hm/conf/neovim/plugins/lualine): Use anynomys functionsSoispha2023-08-19
|
* Fix(hm/conf/neovim/plugins/lualine): EnableSoispha2023-08-19
|
* Fix(hm/conf/neovim/plugins/lf): Add fg and bg highlight colorsSoispha2023-08-19
|
* Fix(hm/conf/neovim/autocmds): Add anchor to space replacementSoispha2023-08-19
| | | | | | | | | | | | | | | | | | | | Without this the following code would be completely minimized: ``` {...}:{ services.lua_language={ enable=true; }; } ``` → ``` {...}:{ services.lua_language={ enable=true; }; } ```. Now it should only strip the whitespace at the end of the lines.
* Fix(hm/conf/neovim): Remove duplicate mapping, which mapped n to nSoispha2023-08-19
| | | | | This would otherwise unmap the mapping of n to "g<up>", thus making upwards movement impossible.
* Fix(hm/conf/neovim): Remap '<C-Space>' to '<S-Tab>' as alacritty already uses itSoispha2023-08-19
|
* Fix(hm/conf/neovim/autocmds): Correctly apply the if conditionalSoispha2023-08-19
|
* Fix(hm/conf/neovim/mappings): Turn lf start mapping into a functionSoispha2023-08-19
|
* Fix(hm/conf/neovim/mappings): Correctly specify lua codeSoispha2023-08-19
|