Commit graph

18 commits

Author SHA1 Message Date
akioweh
fa94c73362
fix printable characters being mapped in select mode
most of the "visual mode" mappings use "v" instead of "x", affecting
select mode, which should not have printable characters remapped. (this
is felt when e.g. using snippets)
2025-07-29 00:16:33 +04:00
Folke Lemaitre
eed91a3e4c
fix(conform): changes for new conform.nvim config 2024-07-20 17:14:07 +02:00
Iordanis Petkakis
a69e626d7a
fix(conform): lsp_format breaking changes (#3707)
## What is this PR for?

`conform.nvim` had breaking changes, that renamed `lsp_fallback` to
`lsp_format` as can be seen
[here](9228b2ff4e)

## Does this PR fix an existing issue?

  Fixes #3706

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-06-17 19:49:30 +02:00
Folke Lemaitre
c16fb5d49b
fix(formatting): remove deprecation check on some options 2024-06-07 23:02:47 +02:00
Folke Lemaitre
76f9dbb40c
refactor: use LazyVim.opts 2024-05-16 22:11:55 +02:00
Folke Lemaitre
7a5dbeae75
feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
Alexander Arvidsson
213493e766
fix(format): Don't leak bufnr into opts tables (#2794) 2024-03-22 07:18:15 +01:00
Aman9das
52ee7ef696
fix(format): format injected langs does not wait 300ms (#2737) 2024-03-19 22:29:56 +01:00
Iordanis Petkakis
afca0b7876
fix(conform): make lsp_fallback option user configurable (#2616) 2024-03-14 14:14:41 +01:00
Folke Lemaitre
ea3155aef6
fix(conform): allow overriding all conform format options. Fixes #1790 2023-10-19 07:52:47 +02:00
Folke Lemaitre
af3ca06472
docs: fixed conform examples 2023-10-17 08:42:20 +02:00
Folke Lemaitre
ff64cc5399
fix(format): set formatexpr in options so users can override it. Fixes #1759 2023-10-16 23:01:18 +02:00
Folke Lemaitre
982c8e301b
fix(conform): remove LazyVim's conform config changes since that's now merged in conform 2023-10-16 08:11:15 +02:00
Kevin Traver
5e1a86d3b2
feat(toggle): add keymap to toggle treesitter context (#1711)
* feat: add keymap to toggle treesitter context

* fix: get correct enabled state

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-10-14 14:40:25 +02:00
Folke Lemaitre
b6e68fa2bf
feat(conform): show error when user overwrites conform config function 2023-10-13 18:20:41 +02:00
Folke Lemaitre
3eb91c64b5
feat(conform): make it easier to add extra_args 2023-10-13 18:03:40 +02:00
Folke Lemaitre
6fd66f486e
feat(conform): use conform.nvim opts.format options for formatting with conform 2023-10-13 12:21:38 +02:00
Folke Lemaitre
14c091b1fc feat!: make conform.nvim and nvim-lint the default formatters/linters 2023-10-12 11:48:02 +02:00
Renamed from lua/lazyvim/plugins/extras/formatting/conform.lua (Browse further)