nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

My personal NixVim Configuration

Results 16 nixvim issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/dc-tec/nixvim). ## Config Migration Needed - [ ]...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://redirect.github.com/renovatebot/github-action) | action | major | `v43.0.14` -> `v44.0.4` | --- ### Release...

renovate

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DeterminateSystems/update-flake-lock](https://redirect.github.com/DeterminateSystems/update-flake-lock) | action | major | `v27` -> `v28` | --- ### Release...

renovate

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release...

renovate

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DeterminateSystems/nix-installer-action](https://redirect.github.com/DeterminateSystems/nix-installer-action) | action | major | `v20` -> `v21` | --- ### Release...

renovate

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://redirect.github.com/renovatebot/github-action) | action | patch | `v43.0.14` -> `v43.0.20` | --- ### Release...

renovate

This PR attempts to fix #91. This is done by renaming the user-defined `conform.nvim` functions `FormatEnable/Disable/Toggle` to `ConformFormatEnable/Disable/Toggle`. Doing so allows to access _other_ functions named `Format...` which are provided...

Hi, I believe the `FormatDisable` / `FormatEnable` [commands](https://github.com/dc-tec/nixvim/blob/main/config/plugins/lsp/conform.nix#L13-L41) do not work. After executing `:FormatDisable`, the buffer still gets formatted. However, `:lua vim.g.disable_autoformat=true` allows to correctly disable formatting (as [expected](https://github.com/dc-tec/nixvim/blob/main/config/plugins/lsp/conform.nix#L48)). I'm...

I've got the following by opening a .md file inside one of my obsidian folders: ```sh Formatter 'prettierd' timeout Error executing vim.schedule lua callback: ...myNeovimPackages/start/conform.nvim/lua/conform/init.lua:175: Error executing lua: ...myNeovimPackages/start/conform.nvim/lua/conform/init.lua:177: BufWritePre...