about summary refs log tree commit diff
path: root/fnl
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(packs/lspconfig): fix clangd_extensions not startingsefidel2023-08-261-0/+2
|
* feat(packs/dap): remove lldb adaptersefidel2023-08-131-4/+0
|
* feat(options): set splitkeepsefidel2023-08-131-1/+1
|
* feat(keymaps): sync keymaps with hxsefidel2023-08-131-4/+5
|
* feat(colors): add palette switchersefidel2023-08-132-0/+6
|
* feat(packs): use legacy tag for fidget.nvimsefidel2023-07-091-1/+1
|
* feat(lspconfig): add pyrightsefidel2023-06-091-0/+1
|
* fix(pack): load nvim-cmp on BufEntersefidel2023-06-041-1/+1
| | | | * this fixes minor annoyance where you have to enter insert mode multiple times for the cmp to pop up
* feat(packs/rust): use clippysefidel2023-03-051-1/+1
|
* chore(packs/rust): cleanup unused dapsefidel2023-03-051-5/+1
|
* feat(options): set default indentation to 4 spacessefidel2023-03-021-2/+2
|
* feat(colors): use darker bg for completionssefidel2023-02-271-0/+7
|
* feat(packs/treesitter,lspconfig): add gosefidel2023-02-272-1/+2
|
* feat(packs/treesitter): add langs I use to ensure_installedsefidel2023-02-221-1/+1
|
* feat(keymaps)!: use <leader>q for bd, quickfixes move to <leader>psefidel2023-02-221-5/+5
|
* feat(packs/treesitter): ensure 'comment' ts grammarsefidel2023-02-221-1/+1
|
* feat(packs/fidget): ignore ltexsefidel2023-02-221-1/+2
| | | | ltex tends to be 'spammy' while editing a file
* feat(options): temporarily disable splitkeepsefidel2023-02-081-1/+1
|
* feat(events): wrap lines on markdown and mail filessefidel2023-02-041-0/+6
|
* feat(events): remove redundant commentssefidel2023-02-041-3/+0
|
* feat(pack): add nvim-autopairssefidel2022-11-061-0/+1
| | | | * autopairs now doesn't complete pairs for rust's lifetime notation
* feat(rust): use standard vscode path for lldb extensionsefidel2022-11-061-1/+1
|
* feat(lspconfig)!: use en-GB for ltexsefidel2022-11-061-1/+1
|
* feat(lspconfig): remove redundant rust-analyzersefidel2022-11-061-1/+0
| | | | | * rust-analyzer is managed by rust-tools.nvim. managing it on lspconfig is redundant.
* Merge branch 'main' of git.sr.ht:~zachel/nvrcsefidel2022-10-312-1/+1
|\
| * chore: replace stabilize with native optionsefidel2022-10-072-1/+1
| |
* | feat(keymaps): bind <leader>z to buffer deletesefidel2022-10-311-0/+1
|/
* feat(slimv): add lispsefidel2022-09-194-3/+11
|
* feat(packs/lspconfig): fix RA getting stuck in a loopsefidel2022-09-112-2/+2
|
* feat(packs/lspconfig): fix deprecated callssefidel2022-09-091-1/+1
|
* lsp: add texsefidel2022-08-021-0/+1
|
* feat(macos): quick-and-dirty transparency fixsefidel2022-05-151-0/+2
|
* mac: cursor fixupsefidel2022-05-101-6/+6
|
* feat(colors): revert softjellysefidel2022-05-092-6/+7
|
* macbook: comment cursor fixupsefidel2022-05-081-4/+4
|
* [WIP]: nvim-dapsefidel2022-05-084-1/+35
|
* feat(events)!: restore absolute cursor positionsefidel2022-03-261-1/+1
| | | | | * this restores cursor's precise position instead of only restoring the last line (cursor moves to the start of the line)
* feat(colors): tweak leap.nvim highlightssefidel2022-03-261-2/+7
|
* feat(pack): use sr.ht origin for softjellysefidel2022-03-251-1/+1
|
* feat(keymaps)!: lightspeed -> leapsefidel2022-03-252-3/+3
|
* feat(pack): use t/T for lightspeedsefidel2022-03-242-3/+4
|
* feat(pack): use stable hotpotsefidel2022-03-231-2/+1
| | | | * picante branch was merged to master.
* feat(pack)!: remove truezensefidel2022-03-192-3/+0
|
* feat(options): remove minimum signcolumn widthsefidel2022-03-191-1/+1
|
* feat(pack): group tpopesefidel2022-03-191-1/+1
|
* feat(pack): remove spaceless.nvimsefidel2022-03-191-1/+1
| | | | | * automatic trailing space removal has some side effects, thus shouldn't be provided by default
* feat(pack): group tpopesefidel2022-03-191-2/+1
|
* feat(keymaps)!: remap move linessefidel2022-03-192-7/+7
| | | | | | * A-j, A-k -> A-e, A-r * reverts dec8d6a
* feat(treesitter): disable textobjects swapsefidel2022-03-191-1/+1
|
* feat(keymaps): add binding for git blamesefidel2022-03-191-0/+1
|