Iordanis Petkakis

Results 37 issues of Iordanis Petkakis

## Description This makes `toggle.diagnostics` compatible with Neovim 0.9.5 (though not sure about the metatable callables, since `set` there accepts a boolean from `get` state). Please make whatever changes you...

core

## Description There was a change in `gitsigns` filetype name for blame. ## Related Issue(s) No ## Screenshots ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines.

core

## Description This fixes the problem when checking for updates and trying to build and the user encounters the error `unknown function mkdp#util#install`. As per https://github.com/iamcco/markdown-preview.nvim/pull/691 ## Related Issue(s) No,...

extras
extras-lang

## Description This decouples `defaults` from `opts`, so that if users switch to another profile they can take advantage of the profile's default settings and prompts. I use `default-title` either...

extras

## Description Currently there's no check in `LazyVim.toggle.wk` function if a `LazyKeysHandler` is present in some spec. This fixes that. ## Related Issue(s) Fixes #4502 ## Screenshots ## Checklist -...

core

## Description This allows the function `util.lazygit.browse` to open the current branch a user is at a repo. ## Related Issue(s) Closes #4491 ## Screenshots ## Checklist - [x] I've...

core

## Description Unfortunately, the upstream Github repo hasn't been active for over a year. This overwrites the `history.delete_project` function to correctly be able to delete projects. Because of `ipairs` being...

extras

## Description Define `accept` mappings when `ai_cmp = false` (I chose the default for Copilot for every plugin as `` is used by LazyVim) and also for Codeium only create...

extras

## Description Remove `snippets` from `opts.sources.default` when Luasnip is enabled to not get duplicate snippets. ## Related Issue(s) Fixes #5210 ## Screenshots ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)...

extras

## Description Currently `opts.args` are set to a specific value. Allow users to optionally pass their own additional args. ## Related Issue(s) None ## Screenshots

lazygit