No description
Find a file
Roel de Cort fabe710b9f
chore(deps): update renovatebot/github-action action to v41.0.6 (#67)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://redirect.github.com/renovatebot/github-action)
| action | patch | `v41.0.5` -> `v41.0.6` |

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v41.0.6`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.6)

[Compare
Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.5...v41.0.6)

##### Documentation

- update references to ghcr.io/renovatebot/renovate to v39.57.4
([216b79a](216b79afe2))
- update references to renovatebot/github-action to v41.0.5
([970566c](970566c455))

##### Miscellaneous Chores

- **deps:** update actions/cache action to v4.2.0
([96db4e5](96db4e5375))
- **deps:** update dependency
[@&#8203;types/node](https://redirect.github.com/types/node) to v20.17.7
([1a7b216](1a7b2161ed))
- **deps:** update dependency
[@&#8203;types/node](https://redirect.github.com/types/node) to v20.17.8
([68745b9](68745b919f))
- **deps:** update dependency
[@&#8203;types/node](https://redirect.github.com/types/node) to v20.17.9
([ea1646e](ea1646ebb2))
- **deps:** update dependency globals to v15.13.0
([8060e0b](8060e0b0e9))
- **deps:** update dependency prettier to v3.4.0
([d2dddad](d2dddad5bd))
- **deps:** update dependency prettier to v3.4.1
([a4f46bb](a4f46bb556))
- **deps:** update dependency prettier-plugin-packagejson to v2.5.6
([7a9ab3c](7a9ab3cbbf))
- **deps:** update dependency typescript-eslint to v8.16.0
([23599a9](23599a9429))
- **deps:** update linters to v9.16.0
([e466aa9](e466aa9f79))
- **deps:** update pnpm to v9.14.3
([f6b57a6](f6b57a6242))
- **deps:** update pnpm to v9.14.4
([2e78e63](2e78e63ba3))

##### Build System

- **deps:** lock file maintenance
([438d952](438d952a45))

##### Continuous Integration

- **deps:** update renovate docker tag to v39.40.1
([15c09f8](15c09f83c4))
- **deps:** update renovate docker tag to v39.42.0
([83f9920](83f992078a))
- **deps:** update renovate docker tag to v39.42.2
([95bcf7b](95bcf7beb9))
- **deps:** update renovate docker tag to v39.42.4
([54eee2c](54eee2c818))
- **deps:** update renovate docker tag to v39.43.0
([c19cfba](c19cfbaeef))
- **deps:** update renovate docker tag to v39.45.0
([da37fda](da37fdaeb2))
- **deps:** update renovate docker tag to v39.45.2
([0d8d2be](0d8d2be179))
- **deps:** update renovate docker tag to v39.47.0
([67923b7](67923b7fe8))
- **deps:** update renovate docker tag to v39.47.1
([63116a4](63116a40ed))
- **deps:** update renovate docker tag to v39.48.0
([cc8bef8](cc8bef876c))
- **deps:** update renovate docker tag to v39.49.0
([a581096](a581096527))
- **deps:** update renovate docker tag to v39.49.1
([0555755](055575546c))
- **deps:** update renovate docker tag to v39.49.3
([fe1e61f](fe1e61fd96))
- **deps:** update renovate docker tag to v39.50.0
([0b11898](0b118981ec))
- **deps:** update renovate docker tag to v39.51.0
([e75b8d6](e75b8d6f84))
- **deps:** update renovate docker tag to v39.54.0
([df511ac](df511ac6f9))
- **deps:** update renovate docker tag to v39.56.3
([eaab103](eaab103548))
- **deps:** update renovate docker tag to v39.57.1
([5caa6c9](5caa6c92d0))
- **deps:** update renovate docker tag to v39.57.2
([dd1183b](dd1183b204))
- **deps:** update renovate docker tag to v39.57.4
([b60e78b](b60e78b3a8))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4xIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-12-16 09:52:36 +01:00
.docs/images feat: add toggleterm, markdown preview keymaps, lualine switch filename and navic (#23) 2024-08-20 00:03:30 +02:00
.github/workflows chore(deps): update renovatebot/github-action action to v41.0.6 (#67) 2024-12-16 09:52:36 +01:00
config Git: ignore pre-commit configuration and nix build results (#58) 2024-11-26 09:48:25 +01:00
.envrc direnv: create .envrc and load the flake (#59) 2024-11-26 09:51:05 +01:00
.gitignore patch: update gitignore and fixed issue in flake.nix (#62) 2024-11-26 10:03:36 +01:00
flake.lock deps: update flake.lock (#64) 2024-12-09 15:53:25 +01:00
flake.nix patch: update gitignore and fixed issue in flake.nix (#62) 2024-11-26 10:03:36 +01:00
LICENSE Initial commit 2024-04-13 00:16:30 +02:00
README.md feat: add schemastore (#26) 2024-09-01 02:05:10 +02:00
renovate.json5 patch: fix renovate config (#27) 2024-09-01 21:14:54 +02:00

NixVim Configuration

This repository contains my personal configuration NixVim, a Neovim configuration managed with Nix.

Neovim

How to use

You can use this flake as an input:

{
    inputs = {
        nixvim.url = "github:dc-tec/nixvim"
    };
}

You can then install the package either normally or through home-manager.

Normal:

environment.systemPackages = [
    inputs.nixvim.packages.x86_64-linux.default
];

Home-Manager

home-manager.users.<user>.home.packages = [
    inputs.nixvim.packages.x86_64-linux.default
];

Plugins

General Configuration

  • settings.nix: Contains general settings for Neovim.
  • keymaps.nix: Defines key mappings.
  • auto_cmds.nix: Sets up automatic commands.
  • file_types.nix: Configures file type specific settings.

Themes

  • default.nix: Sets the default theme.

Completion

  • cmp.nix: Configures the cmp completion framework.
  • cmp-copilot.nix: Adds GitHub Copilot support to cmp.
  • lspkind.nix: Adds icons to lsp completion items.
  • autopairs.nix: Adds the autopairs plugin.
  • schemastore.nix: Adds the schemastore plugin for JSON and YAML schemas.

Snippets

  • luasnip.nix: Configures the LuaSnip snippet engine.

Editor Plugins and Configurations

  • neo-tree.nix: Configures the NeoTree file explorer.
  • treesitter.nix: Configures the TreeSitter syntax highlighter.
  • undotree.nix: Configures the UndoTree undo history visualizer.
  • illuminate.nix: Configures the Illuminate plugin for highlighting other uses of the current word under the cursor.
  • indent-blankline.nix: Configures the Indent Blankline plugin for displaying indentation levels.
  • todo-comments.nix: Configures the Todo Comments plugin for highlighting TODO comments.
  • copilot-chat.nix: Configures the Copilot Chat plugin for interacting with GitHub Copilot.
  • navic.nix: Configures the Navic plugin, shows the current code context.

UI Plugins

  • bufferline.nix: Configures the Bufferline plugin for enhanced buffer/tab display.
  • lualine.nix: Configures the Lualine status line plugin.
  • startup.nix: Configures the startup screen.

LSP

  • lsp.nix: Configures the Neovim LSP client.
  • conform.nix: Configures the Conform plugin for automatic code formatting.
  • fidget.nix: Configures the Fidget plugin for displaying LSP diagnostics in the status line.

Git

  • lazygit.nix: Configures the LazyGit plugin for Git integration.
  • gitsigns.nix: Configures the GitSigns plugin for displaying Git diff information.

Utils

  • telescope.nix: Configures the Telescope plugin for fuzzy finding and picking.
  • whichkey.nix: Configures the WhichKey plugin for displaying key mappings.
  • extra_plugins.nix: Configures additional plugins.
  • mini.nix: Configures the Mini plugin.
  • obsidian.nix: Confiugres the Obsidian plugin, for note-taking purposes.
  • markdown-preview.nix: Configures the Markdown Preview plugin.
  • toggleterm.nix: Configures Terminal plugin.

Please refer to the individual .nix files for more detailed configuration information.

References

This configuration has taken inspiration from the following contributors.