Commit graph

15 commits

Author SHA1 Message Date
Folke Lemaitre
0136bfa4b5
style: format 2023-09-30 18:10:29 +02:00
loqusion
1c878b9d06
fix(format): allow custom_format to return early (#1531) 2023-09-30 17:48:19 +02:00
Folke Lemaitre
0e5ff5c0ab
fix(format): wrap custom formatter with error handler 2023-09-29 15:55:29 +02:00
Folke Lemaitre
f61a243d1a
feat(extras): added conform.nvim extra you can use instead of null-ls/none-ls 2023-09-29 13:37:00 +02:00
Mike Duminy
2ec4da7fa5
fix(format): eslint should respect autoformat (#897) 2023-06-08 07:48:34 +02:00
Folke Lemaitre
5eccaeb992
feat(lsp): added nvim-lspconfig.opts.format_notify. Enable this to debug formatter issues. 2023-05-26 10:51:07 +02:00
Folke Lemaitre
962fc6bab4
feat(lsp): added support for upcoming dynamic registration of formatters 2023-05-26 10:50:16 +02:00
Folke Lemaitre
eb143ebe11
fix(format): only do null-ls formatting logic when null-ls is availble. Fixes #684 2023-04-28 11:47:37 +02:00
Folke Lemaitre
bef36bb2fd
fix(format): ignore vim.b.autoformat when formatting using key bindings. Fixes #575 2023-04-16 10:48:07 +02:00
Folke Lemaitre
a3aeb27cbc
fix(format): nil check 2023-02-12 12:31:43 +01:00
Folke Lemaitre
fab6150da9
fix(format): dont format if client capaibilities disabled it. #249 2023-02-12 11:43:31 +01:00
Folke Lemaitre
52b34ce3c3
feat(lsp): allow disabling autoformat for certain buffers 2023-02-07 23:15:10 +01:00
Folke Lemaitre
40d363cf3f
feat(lsp): allow overriding options for vim.lsp.buf.format. Fixes #51 2023-01-13 22:46:16 +01:00
Folke Lemaitre
48d1e8df12
feat(util): use lazy's notify instead of vim.notify 2023-01-10 11:14:27 +01:00
Folke Lemaitre
8eb8d235c9
refactor: move everything under lazyvim 2023-01-01 14:33:56 +01:00
Renamed from lua/plugins/lsp/format.lua (Browse further)