Commit graph

773 commits

Author SHA1 Message Date
Folke Lemaitre
d6b56c075e
fix(dasboard): disable alpha only once 2023-10-05 09:53:50 +02:00
Folke Lemaitre
d3e7f7717e
fix(tailwind): allow overriding filetypes. Fixes #1590 2023-10-05 08:07:56 +02:00
Folke Lemaitre
86de423ef0
fix(treesitter): dont enable ]c, [c, ... in diff-mode 2023-10-04 21:00:32 +02:00
Folke Lemaitre
0cc80b1b05
fix(autocmds): last_loc autocmd didn't work correctly for first opened file 2023-10-04 20:40:11 +02:00
Folke Lemaitre
7272b3e4b5
fix(bufferline): load bufferline on VeryLazy. Fixes #1587 2023-10-04 20:04:56 +02:00
Folke Lemaitre
d989ecc943
fix(options): only enable treesitter foldexpr on nightly. Fixes #1581 2023-10-04 18:07:21 +02:00
Folke Lemaitre
3849e0150b
fix(ui): show global marks in the correct buffer only 2023-10-04 17:53:00 +02:00
Folke Lemaitre
1abcffbfd9
fix(alpha): use <cmd> instead of : for shortcuts 2023-10-04 16:44:29 +02:00
Folke Lemaitre
79010ae671
fix(nvim-lint): dont try merging function linters 2023-10-04 14:45:45 +02:00
Folke Lemaitre
f4750859f2
fix(conform): dont try merging function formatters. Fixes #1582 2023-10-04 14:44:24 +02:00
Folke Lemaitre
9f034ab106
fix(conform): dont try to merge formatter functions 2023-10-04 14:41:00 +02:00
Folke Lemaitre
2f16a7b2d9
perf(config): add LazyVim to the rtp early for faster spec loading 2023-10-04 13:44:03 +02:00
Folke Lemaitre
3833a7d1ce
style: removed dead code 2023-10-04 13:19:12 +02:00
Folke Lemaitre
bd2ac542a0
feat(ui): show alpha marks in statuscolumn 2023-10-04 12:48:37 +02:00
Folke Lemaitre
35053290bf
fix(ui): use custom fold when treesitter foldtext returns a string 2023-10-04 12:47:24 +02:00
Folke Lemaitre
417de0193d
feat(extras): added extra for dashboard.nvim 2023-10-04 12:44:01 +02:00
Folke Lemaitre
afc8e7f8ca
fix(autocmds): retore last location for correct buffer 2023-10-04 10:48:20 +02:00
Folke Lemaitre
936d74bb61
perf: added support for LazyFile event that properly loads file based plugins without blocking the ui 2023-10-04 10:45:10 +02:00
Folke Lemaitre
f15dd301e5
style: fixed lua annotations 2023-10-04 10:43:44 +02:00
Folke Lemaitre
d28c69e49e
feat(mini.surround)!: default surround mappings are now gs instead of gz (unless you enabled the leap extra) 2023-10-04 00:25:44 +02:00
Folke Lemaitre
0e66ef8393
feat(treesitter): added ]f, [f, ]F, [F, ]c, ]C, [c, [C for treesitter-textobjects 2023-10-04 00:21:47 +02:00
Ahmed W
626ae1338a
feat(typescript): add typescriptreact/javascriptreact to types (#1574)
* feat(typescript): add typescriptreact/javascriptreact to types

* remove unneeded values

* revert settings change
2023-10-03 23:40:32 +02:00
Folke Lemaitre
ccff8683ba
fix(ui): work-around for telescope issue with treesitter folds 2023-10-03 18:57:05 +02:00
Folke Lemaitre
6cf6b0a624
fix(ui): always pad to 2 cells for status column icons. Fixes #1571 2023-10-03 18:28:05 +02:00
Folke Lemaitre
e105c9daf6
perf(options): better detection for foldtext,statuscolumn,folexpr support 2023-10-03 18:19:32 +02:00
Folke Lemaitre
1b74d67a0d
fix(ui): fixed foldtext on Neovim < 0.10 2023-10-03 17:35:14 +02:00
Folke Lemaitre
b1ad48067e
fix(nvim-lint): dont evaluate conditions for linter functions. Fixes #1569 2023-10-03 16:32:05 +02:00
Folke Lemaitre
13e9f6e6b5
fix(ui): check folds of the statuscolumn win instead of current win 2023-10-03 15:53:11 +02:00
Folke Lemaitre
762017dc35
fix(ui): better fallback for foldtext when buffer does not have TreeSitter 2023-10-03 15:05:01 +02:00
Folke Lemaitre
afbe2043a7
fix(ui): Neovim < 0.10 2023-10-03 14:59:26 +02:00
Folke Lemaitre
f1ce07510d
feat(ui): fancy fold text 2023-10-03 14:57:59 +02:00
Folke Lemaitre
364bcf325d
feat(ui): fancy status column 2023-10-03 14:56:55 +02:00
Folke Lemaitre
3f868aa825
feat(keymaps): added toggle for relative line numbers 2023-10-03 14:56:55 +02:00
Folke Lemaitre
19926d2848
feat(options): enabled treesitter folding and foldtext when available 2023-10-03 08:02:15 +02:00
Folke Lemaitre
450e0c6beb
feat(options): enable smoothscroll on nightly 2023-10-03 08:02:15 +02:00
Folke Lemaitre
86d3694672
feat(conform): added new keymap (leader-cF) to format injected languages 2023-10-02 20:59:00 +02:00
loqusion
7c5a458761
fix(indent-blankline): set config.indent.tab_char (#1552)
See lukas-reineke/indent-blankline.nvim#665.
2023-10-02 12:23:08 +02:00
Folke Lemaitre
4ff51cd678
feat(mini.files): added lsp rename support to mini.files 2023-10-02 11:02:56 +02:00
Folke Lemaitre
766d5e5bf7
feat(conform): set vim.opt.formatexpr 2023-10-01 23:36:26 +02:00
Folke Lemaitre
9b16770573
fix(format): moved formatting keymap to lua/lazyvim/config/keymaps.lua 2023-10-01 23:31:24 +02:00
Folke Lemaitre
e36f7d811c
feat(format): show warning when no formatter ran when using the format keymap 2023-10-01 23:30:56 +02:00
Folke Lemaitre
0b04e3908c
chore(format): removed format_notify option 2023-10-01 23:30:26 +02:00
Ahmed W
e8ab2ff5b6
feat(go): add goimports (#1549) 2023-10-01 23:01:43 +02:00
George Guimarães
2ffd629cc7
feat(elixir): Add credo if none-ls is used (#1546) 2023-10-01 19:48:09 +02:00
Folke Lemaitre
9d17c43087
perf: dont't load schemastore as an lspconfig dep 2023-10-01 16:21:18 +02:00
Folke Lemaitre
2aea5c7210
feat: show error and exit Neovim when version is too old 2023-10-01 14:18:25 +02:00
Folke Lemaitre
9935dc3944
fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
Mark Tareshawty
9bb4e8755f
feat: replace Copilot icon with logo (#1539) 2023-10-01 10:21:35 +02:00
Ahmed W
964dd6c4b2
fix(extras.go): remove unneeded formatters since gopls handles them (#1535)
* fix(extras.go): remove unneeded formatters since gopls handles them

* add optional back
2023-09-30 19:30:52 +02:00
Folke Lemaitre
0136bfa4b5
style: format 2023-09-30 18:10:29 +02:00