Skip to content
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

Open
wants to merge 146 commits into
base: main
Choose a base branch
from
Open

v0.7 #355

wants to merge 146 commits into from

Commits on Aug 12, 2024

  1. vim.maps rewrite (#352)

    * 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
    diniamo authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b71bf75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca7e3b View commit details
    Browse the repository at this point in the history
  3. Re-add old maps API (#356)

    * 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
    horriblename authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2fc7dc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. fix: map descriptions (#358)

    * remove unused
    
    * maps: fix missing description
    horriblename authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e40cce5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    941a2a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    141a272 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    a6c879e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    5826aeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6670d75 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. 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]>
    bloxx12 and diniamo authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    bdf777d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3299fac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18ae3e1 View commit details
    Browse the repository at this point in the history
  4. flake.lock: Update

    Flake lock file updates:
    
    • Updated input 'plugin-catppuccin':
        'github:catppuccin/nvim/5215ea59df6d0a7e27da9a5cd1165e06d1b04cbe' (2024-05-26)
      → 'github:catppuccin/nvim/7be452ee067978cdc8b2c5f3411f0c71ffa612b9' (2024-10-05)
    NotAShelf committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    649f551 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. 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
    horriblename authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    b637f92 View commit details
    Browse the repository at this point in the history
  2. Surround setupopts (#402)

    * surround: fix keymaps
    
    * surround: make description multi-line
    diniamo authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    7a8b95c View commit details
    Browse the repository at this point in the history
  3. Docs/map rewrite (#403)

    * doc: fix formatting
    
    * docs: update keymaps section
    horriblename authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    b39b844 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    ef41373 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. 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
    diniamo authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7dbd1cd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. languages/kotlin: init (#390)

    * 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]>
    Soliprem and NotAShelf authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c0790c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. 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]>
    ksonj and NotAShelf authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    caaacbf View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. wrapper: disableDefaultRuntimePaths

    ---
    Co-authored-by: NotAShelf <[email protected]>
    horriblename authored and NotAShelf committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f5d33f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be81f19 View commit details
    Browse the repository at this point in the history
  3. 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]>
    Soliprem and diniamo authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    94d2b83 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. neorg: init (#413)

    * 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
    Soliprem authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a7e0542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ec473 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. 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]>
    diniamo and horriblename authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ff9b0ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c4eced View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    e80520d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71e2ae1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. 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
    Soliprem authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    da86e55 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    30a8a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ab1af9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aa557d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    665feee View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge pull request #428 from diniamo/add-csharp

    languages/csharp: init
    NotAShelf authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    42c5228 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    1166e8a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. languages/julia: add

    Co-authored-by: raf <[email protected]>
    diniamo and NotAShelf committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    c6453c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. languages/vala: init (#432)

    * vala: init
    
    * vala: applying reviews
    
    * vala: making formatter work
    
    * vala: cleaning up useless import
    
    * vala: wrapping uncrustify
    
    * vala: added changelog entry
    Soliprem authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    0e76316 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. 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]>
    3 people authored Nov 4, 2024
    1 Configuration menu
    Copy the full SHA
    21fcace View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    688bb8d View commit details
    Browse the repository at this point in the history
  2. docs: update release notes

    NotAShelf committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f429379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81eda5b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. meta: update release info

    NotAShelf committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    383924d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. flake: bump nixpkgs

    NotAShelf committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1badee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c2d4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f5104 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6bb6e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b16c6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57067e8 View commit details
    Browse the repository at this point in the history
  7. 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
    Soliprem authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1bd0ae5 View commit details
    Browse the repository at this point in the history
  8. modules: add config.vim to built package's passthru

    Accessible under `<package>.passthru.neovimConfiguration`
    NotAShelf committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0ba3ccd View commit details
    Browse the repository at this point in the history
  9. devicon: re-enable icon color

    was mistakenly disabled in a6bb6e1
    horriblename committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b302e15 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #445 from horriblename/fix/devicon-color

    nvim-web-devicons: re-enable icon color
    NotAShelf authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    43e3663 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfdad4c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. languages/assembly: init (#447)

    * asm: init
    
    * docs: added changelog for assembly
    
    * asm: fixing requested changes
    
    * configuration: assembly set to false
    Soliprem authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    1604c74 View commit details
    Browse the repository at this point in the history
  2. 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.
    diniamo authored and NotAShelf committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    715408d View commit details
    Browse the repository at this point in the history
  3. flake: bump inputs

    NotAShelf committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    7a0e773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a42a4a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3af7e44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3d5bbe View commit details
    Browse the repository at this point in the history
  7. languages/r: adding formatters

    Soliprem authored and NotAShelf committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    516174e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    c6ff6bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f93abc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a95f81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eb5bea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4e75c4 View commit details
    Browse the repository at this point in the history
  6. docs: fix typo

    horriblename authored and NotAShelf committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    cca14c7 View commit details
    Browse the repository at this point in the history
  7. another mistake

    name should match package.pname
    horriblename authored and NotAShelf committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a0281d3 View commit details
    Browse the repository at this point in the history
  8. docs: cleanup formatting

    horriblename authored and NotAShelf committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c08d0a7 View commit details
    Browse the repository at this point in the history
  9. lazy: remove redundant submodule

    horriblename authored and NotAShelf committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    12b650f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. theme/supported-themes.nix: fix themes

    Make all themes work by adding `...` to every theme attrset.
    bloxx12 authored and NotAShelf committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a07e113 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. flake: provide dev package

    diniamo authored and NotAShelf committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    947cf90 View commit details
    Browse the repository at this point in the history
  2. nvim-cmp: allow passing null to format

    Not adding special cases to where it's used shouldn't break anything.
    diniamo authored and NotAShelf committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e39d469 View commit details
    Browse the repository at this point in the history
  3. nvim-cmp: use border style

    diniamo authored and NotAShelf committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1df720f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a5c75b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. lazy: remove defaults for keys

    horriblename authored and NotAShelf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2aad0fb View commit details
    Browse the repository at this point in the history
  2. lazy: add missing load() wrapper

    horriblename authored and NotAShelf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0b0bbfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22cfec7 View commit details
    Browse the repository at this point in the history
  4. lazy: add key.mode example

    horriblename authored and NotAShelf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a79827f View commit details
    Browse the repository at this point in the history
  5. lazy: remove unused imports

    horriblename authored and NotAShelf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2df52f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8099b9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bce0d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. trouble: fix binds

    diniamo committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c99afe1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #453 from diniamo/fix-trouble-binds

    trouble: fix binds
    diniamo authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    8a827f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. flake: update mnw

    diniamo committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    250b503 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    b6785f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    1d2d4cd View commit details
    Browse the repository at this point in the history
  2. neo-tree: add hijack netrw

    horriblename authored and NotAShelf committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    68392ae View commit details
    Browse the repository at this point in the history
  3. nvim-tree: hijack netrw

    horriblename authored and NotAShelf committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9c979a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d459fd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dee78a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e143f46 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    8c95b99 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    6645abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94d04ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c8dc07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b54f6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b260088 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c382bb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0ae648 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4156ecf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce6799c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3443485 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eaeb995 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b27c00 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    41931ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a8ebd89 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1e9f5d0 View commit details
    Browse the repository at this point in the history
  16. docs: add anchors to individual headers

    Taken from Nixpkgs manual derivation, neat.
    NotAShelf committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    cb10266 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    10127a5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    71e7072 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4e82ded View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0be7d8a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7da133c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dd8b0e2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5618dad View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e43a067 View commit details
    Browse the repository at this point in the history
  25. docs: format via deno fmt

    This should be a pre-commit hook in the future.
    NotAShelf committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a196e96 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    26bb56e View commit details
    Browse the repository at this point in the history
  2. typst: complying with review

    Soliprem authored and NotAShelf committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d821882 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1a8d59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38d265d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2de643 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6380037 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f86f8bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e14e80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3038b6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5589d1f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. languages/HCL: init (#359)

    * 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]>
    ppenguin and NotAShelf authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5087c3d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. modules/nu: init (#477)

    * 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]>
    3 people authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    52ad5ec View commit details
    Browse the repository at this point in the history
  2. 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]>
    horriblename and NotAShelf authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    fee1b46 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    4fd0ac1 View commit details
    Browse the repository at this point in the history
  2. runner/run-nvim: init

    diniamo committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    2aeec7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48a7462 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Merge pull request #440 from NotAShelf/typos-and-friends

    treewide: documentation cleanup and fixes
    NotAShelf authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    0b52ea8 View commit details
    Browse the repository at this point in the history
  2. init/basic: deprecate vim.leaderKey

    in favour of `vim.globals.mapleader` and `vim.globals.maplocalleader`
    
    tmp
    
    Co-authored-by: raf <[email protected]>
    diniamo and NotAShelf committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    71de141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bc230b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #474 from diniamo/run-nvim

    runner/run-nvim: init
    NotAShelf authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    29b7c41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba14b35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b6b6e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. neovim/init: set basic options via vim.options

    Less DAGs, more customizability.
    NotAShelf committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    0e45c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    864ee05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6a06f4 View commit details
    Browse the repository at this point in the history
  4. docs: update changelogs

    NotAShelf committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    9869161 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #455 from NotAShelf/migrate-opts

    neovim/init: set basic options via `vim.options`
    NotAShelf authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    d17c010 View commit details
    Browse the repository at this point in the history
  6. flake: bump inputs

    NotAShelf committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    c87d252 View commit details
    Browse the repository at this point in the history