-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.7 #355
base: main
Are you sure you want to change the base?
Commits on Aug 12, 2024
-
* feat: rewrite vim.maps * modules/mappings: enable silent by default * docs: add entry for vim.maps rewrite * lib/binds: improve code, adjust functions to new api
Configuration menu - View commit details
-
Copy full SHA for b71bf75 - Browse repository at this point
Copy the full SHA b71bf75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca7e3b - Browse repository at this point
Copy the full SHA 3ca7e3bView commit details -
* wrapper: fix wrong import source * wrapper: fix typo * Revert "lib/binds: improve code, adjust functions to new api" This reverts commit 6cb57e1. * mappings: re-add legacy vim.maps API * mappings: fix wrong submodule syntax * docs: fix missing section id
Configuration menu - View commit details
-
Copy full SHA for 2fc7dc7 - Browse repository at this point
Copy the full SHA 2fc7dc7View commit details
Commits on Aug 17, 2024
-
* remove unused * maps: fix missing description
Configuration menu - View commit details
-
Copy full SHA for e40cce5 - Browse repository at this point
Copy the full SHA e40cce5View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 941a2a6 - Browse repository at this point
Copy the full SHA 941a2a6View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 141a272 - Browse repository at this point
Copy the full SHA 141a272View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6c879e - Browse repository at this point
Copy the full SHA a6c879eView commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5826aeb - Browse repository at this point
Copy the full SHA 5826aebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6670d75 - Browse repository at this point
Copy the full SHA 6670d75View commit details
Commits on Oct 5, 2024
-
feature: add base16 support (#389)
* modules: add base16 Theming support theme/theme.nix: fix formatting supported-themes.nix: formatting clean up base16-colors.nix theme: fix plugin setup, change base16 flake input * theme/theme.nix: fix formatting * types/theme.nix: add check regex matching types/theme.nix: fixed regex matching * lib/types: rename custom.nix to types.nix, mov theme.nix into types.nix * plugins/theme: apply requested changes types/types.nix: remove unneeded inherit theme/theme.nix: remove commented inherit * theme/theme.nix: fix up base16 helper func Co-authored-by: diniamo <[email protected]> * theme/theme.nix: move listToAttrs inheriting, fix base16-colors declaration * theme/theme.nix: add documentation to vim.theme.name * release-notes/rl-0.7.md: add changelog entry for base16 * theme/theme.nix: fix documentation rendering --------- Co-authored-by: diniamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdf777d - Browse repository at this point
Copy the full SHA bdf777dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3299fac - Browse repository at this point
Copy the full SHA 3299facView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ae3e1 - Browse repository at this point
Copy the full SHA 18ae3e1View commit details -
Flake lock file updates: • Updated input 'plugin-catppuccin': 'github:catppuccin/nvim/5215ea59df6d0a7e27da9a5cd1165e06d1b04cbe' (2024-05-26) → 'github:catppuccin/nvim/7be452ee067978cdc8b2c5f3411f0c71ffa612b9' (2024-10-05)
Configuration menu - View commit details
-
Copy full SHA for 649f551 - Browse repository at this point
Copy the full SHA 649f551View commit details
Commits on Oct 6, 2024
-
maps: allow same key on multiple mode (#360)
* mappings: add new keymap option * mappings: impl keymap option * doc: update release notes * map: fix misinformation * map: remove redundant variable * fixup! mappings: impl keymap option
Configuration menu - View commit details
-
Copy full SHA for b637f92 - Browse repository at this point
Copy the full SHA b637f92View commit details -
* surround: fix keymaps * surround: make description multi-line
Configuration menu - View commit details
-
Copy full SHA for 7a8b95c - Browse repository at this point
Copy the full SHA 7a8b95cView commit details -
* doc: fix formatting * docs: update keymaps section
Configuration menu - View commit details
-
Copy full SHA for b39b844 - Browse repository at this point
Copy the full SHA b39b844View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef41373 - Browse repository at this point
Copy the full SHA ef41373View commit details
Commits on Oct 9, 2024
-
treewide: rewrite autocompletion module and related stuff (#404)
* modules/completion: rewrite * treewide: remove vsnip, add luasnip * nvim-cmp: add default sorting * nvim-cmp: load after luasnip * lib: fix docs for mergelessListOf * docs: add changelog entires for rewrite * deprecations: add rewrite deprecations * nvim-cmp: clarify in format description * docs: fix option reference in release notes * treewide: remove reduant `// {default = false;}`s * luasnip: add missing `{option}` for option reference * deprecations: add entry for vsnip * nvim-autopairs: use multiline string * nvim-dap: use outer attribute
Configuration menu - View commit details
-
Copy full SHA for 7dbd1cd - Browse repository at this point
Copy the full SHA 7dbd1cdView commit details
Commits on Oct 10, 2024
-
* merge * created otter file merge * update merge * update merge * committing flake.lock merge * merge * haskell: added LSP and treesitter * haskell: default to isMaximal * haskell: haskell support * kotlin: LSP and treesitter * haskell: LSP cmd definition * haskell: LSP cmd definition (currently broken) * kotlin: LSP and treesitter working * removing haskell from kotlin branch * merge * merge * kotlin: capitalisation * kotlin: implemented formatter * kotlin: cleanup * kotlin: formatter and linter both work * kotlin: cleanup * kotlin: massive speedup in loadtimes for lsp * otter: cleanup * kotlin: changelog entry * flake.lock: reverting accidental formatting * kotlin: removed redundant description * kotlin: fixed typo * kotlin: using symlinkjoin better * kotlin: moved wrapper to example * kotlin: cleaning up and fixing docs render --------- Co-authored-by: raf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0790c5 - Browse repository at this point
Copy the full SHA c0790c5View commit details
Commits on Oct 12, 2024
-
languages/scala: Add scala language support (#399)
* languages/scala: Add scala language support Adds LSP support for Scala via nvim-metals * Fix luaInline import * Add changelog entry for Scala support to 0.7 release notes --------- Co-authored-by: raf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for caaacbf - Browse repository at this point
Copy the full SHA caaacbfView commit details
Commits on Oct 14, 2024
-
wrapper: disableDefaultRuntimePaths
--- Co-authored-by: NotAShelf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5d33f6 - Browse repository at this point
Copy the full SHA f5d33f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for be81f19 - Browse repository at this point
Copy the full SHA be81f19View commit details -
leap: changing default binds (#416)
* leap: changed default binds * leap: added changelog entry * leap: fixing requested change Co-authored-by: diniamo <[email protected]> * Revert "leap: added changelog entry" This reverts commit 6aac9b2. * leap: added changelog entry * leap: fix inherits --------- Co-authored-by: diniamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94d2b83 - Browse repository at this point
Copy the full SHA 94d2b83View commit details
Commits on Oct 15, 2024
-
* neorg: init * neorg: setupOpts work * neorg: disable by default * neorg: added changelog entry * neorg: setupOpts setup correctly * neorg: sane default for setupOpts * neorg: changed description and removed reduntant treesitter activation * neorg: added vim.treesitter.enable * neorg: fixing capitalisation * neorg: adding descriptions * neorg: formatting * neorg: added newline at the end of docs
Configuration menu - View commit details
-
Copy full SHA for a7e0542 - Browse repository at this point
Copy the full SHA a7e0542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ec473 - Browse repository at this point
Copy the full SHA 54ec473View commit details
Commits on Oct 17, 2024
-
nvim-cmp: fix rewrite remnants (#419)
* fix: bad cmp confirm * nvim-cmp: simplify confirm bind and mapping definitions --------- Co-authored-by: Pei Yang Ching <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff9b0ee - Browse repository at this point
Copy the full SHA ff9b0eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4eced - Browse repository at this point
Copy the full SHA 3c4ecedView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e80520d - Browse repository at this point
Copy the full SHA e80520dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e2ae1 - Browse repository at this point
Copy the full SHA 71e2ae1View commit details
Commits on Oct 23, 2024
-
Fix typo in otter setupOpts (#424)
* Revert "leap: changed default binds" This reverts commit 92a7bfc. * Reapply "leap: changed default binds" This reverts commit ede1d4437e2d8d1a6ff31b4dc855676c6e16df36. * otter: fixed stupid typo * otter: added changelog entry
Configuration menu - View commit details
-
Copy full SHA for da86e55 - Browse repository at this point
Copy the full SHA da86e55View commit details
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30a8a8f - Browse repository at this point
Copy the full SHA 30a8a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab1af9 - Browse repository at this point
Copy the full SHA 5ab1af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa557d - Browse repository at this point
Copy the full SHA 0aa557dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 665feee - Browse repository at this point
Copy the full SHA 665feeeView commit details
Commits on Oct 28, 2024
-
Merge pull request #428 from diniamo/add-csharp
languages/csharp: init
Configuration menu - View commit details
-
Copy full SHA for 42c5228 - Browse repository at this point
Copy the full SHA 42c5228View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1166e8a - Browse repository at this point
Copy the full SHA 1166e8aView commit details
Commits on Nov 2, 2024
-
Co-authored-by: raf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6453c4 - Browse repository at this point
Copy the full SHA c6453c4View commit details
Commits on Nov 3, 2024
-
* vala: init * vala: applying reviews * vala: making formatter work * vala: cleaning up useless import * vala: wrapping uncrustify * vala: added changelog entry
Configuration menu - View commit details
-
Copy full SHA for 0e76316 - Browse repository at this point
Copy the full SHA 0e76316View commit details
Commits on Nov 4, 2024
-
treewide: implement lazy loading via lz.n for selected plugins (#407)
* flake: add lz.n and lzn-auto-require * lazy: init module * lzn-auto-require: add init lua code * wrapper: fix opt plugin format * lib.binds: add lz.n variant of bind functions * telescope: lazy load * nvim-tree: lazy load * dapui: lazy load * trouble: lazy load * toggleterm: lazy load * cheatsheet: lazy load * diffview: lazy load * icon-picker: lazy load * leap: lazy load * fidget: lazy load * docs: add section on lazy plugins * lazy: support lazy.enable=false * comment-nvim: lazy load * surround-nvim: lazy load * neo-tree: lazy load * fixup! lazy: init module * dap: appease the nix gods (fix statix lint) * flake.lock: fix merge mistake * doc: update release note * fixup! doc: update release note * neo-tree: fix duplicate neo-tree install * lazy: use attrsOf for lazy.plugins * treewide: update lazy.plugins syntax * docs: update lazy.plugins syntax * lazy: cleanup * Update docs/manual/hacking/additional-plugins.md Co-authored-by: diniamo <[email protected]> * formatting nitpick Co-authored-by: diniamo <[email protected]> * typo tee hee :3 Co-authored-by: diniamo <[email protected]> * typo tee hee :4 Co-authored-by: diniamo <[email protected]> * flake: update lz.n * lazy: update lz.n plugin spec * lazy: allow lines in place of str for lua code * copilot: lazy load * cmp: lazy load this moves cmp itself to lazy.plugins but other plugins that call cmp are not yet lazy so cmp is technically not yet lazy * luasnip: lazy load * flake: add rtp.nvim * cmp: actually lazy load source * fixup! cmp: actually lazy load source * format * docs: fix broken link * cmp-nvim-lsp: lazy load * lazy: allow key mode of str type * cmp: install sourcess via cmp.sourcePlugins * Update docs/manual/hacking/additional-plugins.md Co-authored-by: diniamo <[email protected]> * lazy: refactor common var * nvim-dap-ui: add setupOpts * refactor: re-order plugin and lz.n configs lazy: make lzn-auto-require togglable * docs: update dag-entries * trouble: remove redundant import * lazy: remove unused module arg * toggleterm: make lazygit keybind optional * toggleterm: use toLuaObject for clarity * surround: rework keymap config * remove stale FIXME * lsp: use cmp_nvim_lsp capabilities * cmp: deduplicate attr key * theme: ensure themes load before lazy plugins * doc: update description of `theme` dag entry * lsp: avoid loading cmp on startup * doc: update configuration docs on custom plugins * cmp: skip trigger_load if lazy disabled * treesitter: remove redundant code * lsp: mark hack as HACK * comment: remove redundant plugin * Squash merge v0.7 into feature/lzn --------- Co-authored-by: raf <[email protected]> Co-authored-by: diniamo <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 21fcace - Browse repository at this point
Copy the full SHA 21fcaceView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 688bb8d - Browse repository at this point
Copy the full SHA 688bb8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f429379 - Browse repository at this point
Copy the full SHA f429379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81eda5b - Browse repository at this point
Copy the full SHA 81eda5bView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 383924d - Browse repository at this point
Copy the full SHA 383924dView commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1badee8 - Browse repository at this point
Copy the full SHA 1badee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c2d4b - Browse repository at this point
Copy the full SHA 82c2d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f5104 - Browse repository at this point
Copy the full SHA b3f5104View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6bb6e1 - Browse repository at this point
Copy the full SHA a6bb6e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b16c6b - Browse repository at this point
Copy the full SHA 1b16c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57067e8 - Browse repository at this point
Copy the full SHA 57067e8View commit details -
typst: added tinymist and activated formatters (#444)
* typst: added tinymist and activated formatters * docs: added tinymist release notes * typst: formatting * docs: complying with standards * typst: formatting
Configuration menu - View commit details
-
Copy full SHA for 1bd0ae5 - Browse repository at this point
Copy the full SHA 1bd0ae5View commit details -
modules: add
config.vim
to built package's passthruAccessible under `<package>.passthru.neovimConfiguration`
Configuration menu - View commit details
-
Copy full SHA for 0ba3ccd - Browse repository at this point
Copy the full SHA 0ba3ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b302e15 - Browse repository at this point
Copy the full SHA b302e15View commit details -
Merge pull request #445 from horriblename/fix/devicon-color
nvim-web-devicons: re-enable icon color
Configuration menu - View commit details
-
Copy full SHA for 43e3663 - Browse repository at this point
Copy the full SHA 43e3663View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfdad4c - Browse repository at this point
Copy the full SHA dfdad4cView commit details
Commits on Nov 9, 2024
-
languages/assembly: init (#447)
* asm: init * docs: added changelog for assembly * asm: fixing requested changes * configuration: assembly set to false
Configuration menu - View commit details
-
Copy full SHA for 1604c74 - Browse repository at this point
Copy the full SHA 1604c74View commit details -
nvim-cmp: move text and snippet completions to the bottom
This doesn't guarantee that snippets will be above text completions, but that should still be the case, since the `kind` comparator sorts snippets above text.
Configuration menu - View commit details
-
Copy full SHA for 715408d - Browse repository at this point
Copy the full SHA 715408dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0e773 - Browse repository at this point
Copy the full SHA 7a0e773View commit details -
Configuration menu - View commit details
-
Copy full SHA for a42a4a4 - Browse repository at this point
Copy the full SHA a42a4a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af7e44 - Browse repository at this point
Copy the full SHA 3af7e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3d5bbe - Browse repository at this point
Copy the full SHA d3d5bbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 516174e - Browse repository at this point
Copy the full SHA 516174eView commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6ff6bb - Browse repository at this point
Copy the full SHA c6ff6bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f93abc - Browse repository at this point
Copy the full SHA 4f93abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a95f81 - Browse repository at this point
Copy the full SHA 5a95f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb5bea - Browse repository at this point
Copy the full SHA 6eb5beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e75c4 - Browse repository at this point
Copy the full SHA c4e75c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cca14c7 - Browse repository at this point
Copy the full SHA cca14c7View commit details -
name should match package.pname
Configuration menu - View commit details
-
Copy full SHA for a0281d3 - Browse repository at this point
Copy the full SHA a0281d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c08d0a7 - Browse repository at this point
Copy the full SHA c08d0a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12b650f - Browse repository at this point
Copy the full SHA 12b650fView commit details
Commits on Nov 12, 2024
-
theme/supported-themes.nix: fix themes
Make all themes work by adding `...` to every theme attrset.
Configuration menu - View commit details
-
Copy full SHA for a07e113 - Browse repository at this point
Copy the full SHA a07e113View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 947cf90 - Browse repository at this point
Copy the full SHA 947cf90View commit details -
nvim-cmp: allow passing null to format
Not adding special cases to where it's used shouldn't break anything.
Configuration menu - View commit details
-
Copy full SHA for e39d469 - Browse repository at this point
Copy the full SHA e39d469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df720f - Browse repository at this point
Copy the full SHA 1df720fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5c75b - Browse repository at this point
Copy the full SHA 7a5c75bView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2aad0fb - Browse repository at this point
Copy the full SHA 2aad0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0bbfd - Browse repository at this point
Copy the full SHA 0b0bbfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22cfec7 - Browse repository at this point
Copy the full SHA 22cfec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a79827f - Browse repository at this point
Copy the full SHA a79827fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df52f6 - Browse repository at this point
Copy the full SHA 2df52f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8099b9c - Browse repository at this point
Copy the full SHA 8099b9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bce0d9 - Browse repository at this point
Copy the full SHA 2bce0d9View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c99afe1 - Browse repository at this point
Copy the full SHA c99afe1View commit details -
Merge pull request #453 from diniamo/fix-trouble-binds
trouble: fix binds
Configuration menu - View commit details
-
Copy full SHA for 8a827f9 - Browse repository at this point
Copy the full SHA 8a827f9View commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 250b503 - Browse repository at this point
Copy the full SHA 250b503View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6785f8 - Browse repository at this point
Copy the full SHA b6785f8View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d2d4cd - Browse repository at this point
Copy the full SHA 1d2d4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68392ae - Browse repository at this point
Copy the full SHA 68392aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c979a4 - Browse repository at this point
Copy the full SHA 9c979a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d459fd1 - Browse repository at this point
Copy the full SHA d459fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee78a3 - Browse repository at this point
Copy the full SHA dee78a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e143f46 - Browse repository at this point
Copy the full SHA e143f46View commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c95b99 - Browse repository at this point
Copy the full SHA 8c95b99View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6645abb - Browse repository at this point
Copy the full SHA 6645abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d04ba - Browse repository at this point
Copy the full SHA 94d04baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c8dc07 - Browse repository at this point
Copy the full SHA 7c8dc07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b54f6d - Browse repository at this point
Copy the full SHA 5b54f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b260088 - Browse repository at this point
Copy the full SHA b260088View commit details -
Configuration menu - View commit details
-
Copy full SHA for c382bb0 - Browse repository at this point
Copy the full SHA c382bb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ae648 - Browse repository at this point
Copy the full SHA d0ae648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4156ecf - Browse repository at this point
Copy the full SHA 4156ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6799c - Browse repository at this point
Copy the full SHA ce6799cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3443485 - Browse repository at this point
Copy the full SHA 3443485View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaeb995 - Browse repository at this point
Copy the full SHA eaeb995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b27c00 - Browse repository at this point
Copy the full SHA 3b27c00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41931ea - Browse repository at this point
Copy the full SHA 41931eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ebd89 - Browse repository at this point
Copy the full SHA a8ebd89View commit details -
docs/installation: connect custom-configuration section to the module…
… chapters better
Configuration menu - View commit details
-
Copy full SHA for 1e9f5d0 - Browse repository at this point
Copy the full SHA 1e9f5d0View commit details -
docs: add anchors to individual headers
Taken from Nixpkgs manual derivation, neat.
Configuration menu - View commit details
-
Copy full SHA for cb10266 - Browse repository at this point
Copy the full SHA cb10266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10127a5 - Browse repository at this point
Copy the full SHA 10127a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e7072 - Browse repository at this point
Copy the full SHA 71e7072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e82ded - Browse repository at this point
Copy the full SHA 4e82dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be7d8a - Browse repository at this point
Copy the full SHA 0be7d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da133c - Browse repository at this point
Copy the full SHA 7da133cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd8b0e2 - Browse repository at this point
Copy the full SHA dd8b0e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5618dad - Browse repository at this point
Copy the full SHA 5618dadView commit details -
Configuration menu - View commit details
-
Copy full SHA for e43a067 - Browse repository at this point
Copy the full SHA e43a067View commit details -
This should be a pre-commit hook in the future.
Configuration menu - View commit details
-
Copy full SHA for a196e96 - Browse repository at this point
Copy the full SHA a196e96View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26bb56e - Browse repository at this point
Copy the full SHA 26bb56eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d821882 - Browse repository at this point
Copy the full SHA d821882View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a8d59 - Browse repository at this point
Copy the full SHA a1a8d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d265d - Browse repository at this point
Copy the full SHA 38d265dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2de643 - Browse repository at this point
Copy the full SHA c2de643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6380037 - Browse repository at this point
Copy the full SHA 6380037View commit details -
Configuration menu - View commit details
-
Copy full SHA for f86f8bb - Browse repository at this point
Copy the full SHA f86f8bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e14e80 - Browse repository at this point
Copy the full SHA 0e14e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3038b6 - Browse repository at this point
Copy the full SHA a3038b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5589d1f - Browse repository at this point
Copy the full SHA 5589d1fView commit details
Commits on Nov 27, 2024
-
* add language HCL Terraform doesn't register hcl and doesn't offer good DX if manually set for editing e.g. nomad HCL files. Incl. reformat with alejandra * cleanup, add formatter * requested improvements forgotten save typo (lsp <-> format) * changelog entry consolidate changelog entry --------- Co-authored-by: raf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5087c3d - Browse repository at this point
Copy the full SHA 5087c3dView commit details
Commits on Nov 28, 2024
-
* modules/languages: add nu * configuration: enable nu for maximal * flake.lock: update nixpkgs * languages/nu: TS parser is now in nixpkgs * docs: added changelog entry for nu * modules/plugins/languages/nu.nix: applying suggested change for option ordering Co-authored-by: raf <[email protected]> * configuration.nix: don't enable nu on maximal * modules/nu: removed useless comments * languages/nu: cleaning up after removing formatter code * modules/plugins/languages/nu.nix: better attrs ordering Co-authored-by: raf <[email protected]> --------- Co-authored-by: diniamo <[email protected]> Co-authored-by: raf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52ad5ec - Browse repository at this point
Copy the full SHA 52ad5ecView commit details -
lazy: add assertions against common problems (#476)
* lazy: allow null package * lazy: add assertions for common pitfalls * lazy: pass plugin name to custom load function * lazy: format description Co-authored-by: raf <[email protected]> --------- Co-authored-by: raf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fee1b46 - Browse repository at this point
Copy the full SHA fee1b46View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fd0ac1 - Browse repository at this point
Copy the full SHA 4fd0ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aeec7c - Browse repository at this point
Copy the full SHA 2aeec7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a7462 - Browse repository at this point
Copy the full SHA 48a7462View commit details
Commits on Nov 30, 2024
-
Merge pull request #440 from NotAShelf/typos-and-friends
treewide: documentation cleanup and fixes
Configuration menu - View commit details
-
Copy full SHA for 0b52ea8 - Browse repository at this point
Copy the full SHA 0b52ea8View commit details -
init/basic: deprecate
vim.leaderKey
in favour of `vim.globals.mapleader` and `vim.globals.maplocalleader` tmp Co-authored-by: raf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71de141 - Browse repository at this point
Copy the full SHA 71de141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc230b - Browse repository at this point
Copy the full SHA 8bc230bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29b7c41 - Browse repository at this point
Copy the full SHA 29b7c41View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba14b35 - Browse repository at this point
Copy the full SHA ba14b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6b6e7 - Browse repository at this point
Copy the full SHA 3b6b6e7View commit details
Commits on Dec 1, 2024
-
neovim/init: set basic options via
vim.options
Less DAGs, more customizability.
Configuration menu - View commit details
-
Copy full SHA for 0e45c70 - Browse repository at this point
Copy the full SHA 0e45c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 864ee05 - Browse repository at this point
Copy the full SHA 864ee05View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a06f4 - Browse repository at this point
Copy the full SHA a6a06f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9869161 - Browse repository at this point
Copy the full SHA 9869161View commit details -
Merge pull request #455 from NotAShelf/migrate-opts
neovim/init: set basic options via `vim.options`
Configuration menu - View commit details
-
Copy full SHA for d17c010 - Browse repository at this point
Copy the full SHA d17c010View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87d252 - Browse repository at this point
Copy the full SHA c87d252View commit details