Commit graph

8 commits

Author SHA1 Message Date
github-actions[bot]
8248c71bd8 automated: Update flake.lock
All checks were successful
Perform checks / formatting (push) Successful in 1m8s
Perform checks / nix_flake_check (push) Successful in 1m14s
Perform checks / nix_build (push) Successful in 1m58s
- The following Nix Flake inputs were updated:

```
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/4633a7c72337ea8fd23a4f2ba3972865e3ec685d?narHash=sha256-2ThgXBUXAE1oFsVATK1ZX9IjPcS4nKFOAjhPNKuiMn0%3D' (2024-11-25)
  → 'github:NixOS/nixpkgs/d3c42f187194c26d9f0309a8ecc469d6c878ce33?narHash=sha256-cHar1vqHOOyC7f1%2BtVycPoWTfKIaqkoe1Q6TnKzuti4%3D' (2024-12-17)
• Updated input 'presence-nvim':
    'github:jiriks74/presence.nvim/df0a0b52cd0799e99d1b76805d1357ae9c0d017d?narHash=sha256-NuoXsCOA5Uz7XOtC5B1pIXLytLaod6wUzrE%2Bm5uEHcs%3D' (2024-10-07)
  → 'github:jiriks74/presence.nvim/c850b9e245f310e040478ab54808c7ce098919ed?narHash=sha256-NuoXsCOA5Uz7XOtC5B1pIXLytLaod6wUzrE%2Bm5uEHcs%3D' (2024-12-13)
```

Auto-generated by [update.yml][1] with the help of
[create-pull-request][2].

[1]: https://forgejo.stefka.eu/jiriks74/nix.nvim/src/branch/main/.github/workflows/update.yml
[2]: https://forgejo.stefka.eu/jiriks74/create-pull-request
2024-12-19 11:23:25 +01:00
c893edf5b9
chore: Update flake.lock
Some checks failed
Perform checks / formatting (pull_request) Successful in 40s
Perform checks / nix_flake_check (pull_request) Successful in 45s
Perform checks / nix_build (pull_request) Successful in 1m12s
Perform checks / formatting (push) Successful in 40s
Perform checks / nix_flake_check (push) Successful in 45s
Perform checks / nix_build (push) Successful in 1m12s
Update `flake.lock` / update_lockfile (push) Failing after 1m43s
2024-11-29 03:49:39 +01:00
f3d364b2da
chore: Update inputs 2024-10-23 00:55:15 +02:00
9e58b1629d
feat(plugins): Add workspace-diagnostics.nvim and trouble.nvim
Fix `nvim-navic` for some LSPs
2024-10-01 12:55:40 +02:00
65dea4ed80
feat(plugins, keymaps): Add plugins, move plugins to nix, update keymaps
Added:
  - [aerial.nvim](https://github.com/stevearc/aerial.nvim)
  - [better-escape.nvim](https://github.com/max397574/better-escape.nvim)
  - [dressing.nvim](https://github.com/stevearc/dressing.nvim)
  - [ident-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)
  - [nvim-notify](https://github.com/rcarriga/nvim-notify)
  - [todo-comments.nvim](https://github.com/folke/todo-comments.nvim)

Moved plugin source from Github to Nix:
  - [Comment.nvim](https://github.com/numToStr/Comment.nvim)
  - [neo-tree.nvim](https://github.com/numToStr/Comment.nvim)

Mapped windown switching to `<C-h`... instead of `<M-h`...
Moved some coliding lsp keymaps under the `<leader>l` group
  - Eg. `<leader>ls` for signature help
2024-09-23 17:38:17 +02:00
dba5d1c1c1
chore: Update flake packages 2024-09-18 23:16:38 +02:00
c211d60155
feat(plugins,lualine): Add neo-tree, Comment.nvim, presence.nvim, set bufferline 2024-09-18 02:42:21 +02:00
e2cff543d6
Initial commit 2024-03-06 02:24:31 +01:00