8dae76c1fd
fix(dap): use jsonc support from plenary. Same as the code from neoconf. Fixes #3174
2024-05-16 16:44:01 +02:00
183d6eea60
fix(dap): add debugger to filetypes mapping for launch.json ( #3165 )
2024-05-16 11:57:56 +02:00
6e7ba50141
fix(cmp): never auto bracket for snippets and correct prev char check. Fixes #2949
2024-05-16 08:07:36 +02:00
f25ac504b8
perf(yanky): remove performance optim for sqlite since it has been merged upstream
2024-05-15 18:09:55 +02:00
c70a78e631
fix(cmp): dont add autobrackets if prev char is a bracket. Closes #2949
2024-05-15 16:23:42 +02:00
fc5ee49495
fix(gitsigns): update deprecated hunk nav mappings ( #2935 )
2024-05-15 16:15:11 +02:00
d36e3a5c73
fix(extras.lang.typescript): support node
debug type along with pwa-node
( #2983 )
...
* feat(typescript): add "node" debug adapter
add "node" debug adapter for compatibility with .vscode/launch.json
* refactor: ...
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-05-15 16:08:15 +02:00
a8659d02b9
feat(omnisharp): support neotest dotnet ( #3051 )
...
Co-authored-by: Rafał Schmidt <rafal.schmidt@allegro.com >
2024-05-15 16:01:24 +02:00
16e6c86b27
feat(terraform): ensure tflint is installed ( #2336 )
2024-05-15 15:56:16 +02:00
914ca4a455
feat(noice): added keymap <leader>snt
to show Noice messages in telescope. Fixes #1306
2024-05-15 15:53:19 +02:00
91ead22116
feat(lua_ls): configure default lua_ls inlay hint settings
2024-05-15 15:48:46 +02:00
2c86da7c2d
feat(typescript): configure inlayHint ( #2995 )
...
* feat(typescript): configure inlayHint
since LazyVim have toggle inlayhint keymap, it make sense to configure
them for each extra languages provided. In this commit I just add the
configuration for typescript, since IDK how to configure the rest of
lang extras that was provided.
* fix: changed defaults
---------
Co-authored-by: Radvil <radvil.linux@gmail.com >
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-05-15 15:45:13 +02:00
543dead590
fix(dap): load vscode launch files with jsonc parser ( #1839 )
...
This seems to be the proper fix for #1503 . jsonc ensures compatibility
with native vscode.
Ref: https://github.com/mfussenegger/nvim-dap/issues/964
2024-05-15 15:39:28 +02:00
12a48b8ce1
feat(snippet): add friendly-snippets to native extra ( #2944 )
2024-05-15 12:11:29 +02:00
6a2545025e
fix(lsp): check if diagnostics.signs
is disabled by user ( #2897 )
2024-05-15 11:29:55 +02:00
9047d041a8
perf(yanky): schedule_wrap
sqlite push to history to prevent blocking Neovim on copy/paste
2024-05-15 08:48:58 +02:00
3c04789ef1
fix(clangd): update the attribute name for process ID ( #3047 )
...
The attribute name for picked process id when attaching the debugger is `pid`, not `processId`
2024-05-14 22:37:27 +02:00
1df3c5d70b
fix(dial): Fix dial commands in Visual line+block ( #2933 )
2024-05-14 22:36:31 +02:00
b29d169afb
perf(treesitter): load treesitter early during startup when opening a file from the cmdline
2024-05-14 21:41:56 +02:00
8301096c31
perf(treesitter): dont let nvim-treesitter-textobjects stall loading treesitter
2024-05-14 21:36:43 +02:00
39901c1f00
fix(fzf-native): try rebuilding fzf-native when needed. Fixes #2464
2024-05-13 08:53:20 +02:00
abb1ff0d60
fix(ansible): ansiblels not loading, keymap desc. ( #2739 )
...
If lazy extras yaml is enabled, yamlls was being loaded not ansiblels.
Add ft = {} to nvim-ansible spec allows ft=yaml.ansible to be detected.
Re-mapped nvim-ansible plugin key to not conflict with neotest.
Added a description for the keymap.
2024-05-13 08:21:33 +02:00
8087283fea
fix(rust): update creates.nvim src option to completion ( #3149 )
2024-05-13 07:03:10 +02:00
73de8dde2b
feat(extras): add refactoring.nvim ( #3040 )
...
* feat(editor): add refactoring.nvim
More on:
https://github.com/ThePrimeagen/refactoring.nvim#features
* Update lua/lazyvim/plugins/extras/editor/refactoring.lua
Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com >
* Update lua/lazyvim/plugins/extras/editor/refactoring.lua
Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com >
* indent fixes
---------
Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com >
2024-05-12 22:12:05 +02:00
f4490252fb
feat(vue): add Vue.js support to LazyVim ( #3094 )
2024-05-12 22:10:32 +02:00
a0afe8fef9
fix(dot): remove .env
=> sh
since this is already the default
2024-05-12 18:23:14 +02:00
42010d1dfb
fix(dot): use syntax sh
for dotenv files. Closes #3145
2024-05-12 16:39:00 +02:00
8968c9e9ea
feat(mason-lspconfig): allow opts.ensure_installed
to be taken into account ( #3134 )
2024-05-12 10:09:54 +02:00
30ce84f7a7
fix(neo-tree): correctly set up cwd
( #3097 )
...
* fix(neo-tree): correctly set up `cwd`
* refactor: cleanup
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-05-12 10:08:55 +02:00
30c9e4718a
fix(ui): don't lazy-load dashboard-nvim ( #3107 )
...
As https://github.com/nvimdev/dashboard-nvim/pull/450 , dashboard-nvim
shouldn't be lazy-loaded to properly handle stdin
2024-05-12 09:57:29 +02:00
34183a2759
fix(python): make both ruff
and ruff_lsp
available to user ( #3060 )
...
* fix(python): make both `ruff` and `ruff_lsp` available to user
Provide global variable to choose between `ruff` and `ruff_lsp` in
accordance to `pyright`/`basedpyright`
* refactor(python): ruff stuff
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-05-03 09:23:31 +02:00
a96348d7b0
fix(extras): Rust-Analyzer cargo option ( #3061 )
...
* fix(extras): Rust-Analyzer cargo option
* fix(extras): Rust-Analyzer cargo option
2024-05-03 09:17:55 +02:00
6004e8d4f6
fix(native_snippets): Fix native_snippets for vim.snippet api
changes ( #3083 )
2024-05-03 09:11:25 +02:00
3086bf03e9
fix(dot): install when list is empty ( #3052 )
2024-05-03 09:06:33 +02:00
5fb4cf0d36
fix(dot): can't match kitty conf file ( #3042 )
2024-04-23 08:54:32 +02:00
9da13ef7e8
fix(trouble-v3): fix telescope integration
2024-04-22 10:00:48 +02:00
0fa63603af
fix(trouble_v3): keymap previous
is deprecated, use prev
instead ( #2968 )
2024-04-22 09:56:00 +02:00
6fdbc623e0
fix(edgy): proper way of opening neo-tree. Fixes #2984
2024-04-22 09:54:32 +02:00
15b09e800b
feat(dot): add more filetypes ( #2987 )
...
Adds dotenv files support for file names like
prod.env
.env
.env.xyz
Also adds configurationfiletypes rofi, wofi and vimfmrc
2024-04-22 09:49:16 +02:00
ceb4855b43
fix(trouble_v3): show error only when trouble_v3
is enabled ( #2989 )
2024-04-22 09:48:05 +02:00
79fed97f23
fix(harpoon): harpoon2 deprecated message ( #2920 )
...
* fix(config): harpoon2 deprecated message when adding new file to list and fix auto save on file list toggle
* fix: Update harpoon2.lua to add pleanery dep
* fix: no need for plenary deps here
---------
Co-authored-by: Alan Alvarenga <alan.alvarengamejia@telus.com >
Co-authored-by: Rubin Bhandari <roobin.bhandari@gmail.com >
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-04-22 09:45:59 +02:00
cd04b58fe3
feat(python): use new ruff
instead of ruff_lsp
( #3016 )
2024-04-22 09:40:09 +02:00
32eacde793
fix(mini.pairs): better default for ````
2024-04-11 17:23:17 +02:00
97480dc5d2
feat(dot): add bashls and shellcheck ( #2879 )
2024-03-29 22:10:03 +01:00
50b7f426f2
fix(harpoon): optimizes harpoon keys ( #2877 )
2024-03-29 14:51:56 +01:00
aaa10e717d
fix(lsp): better support for diagnostics icons on Neovim nightly/stable
2024-03-29 09:45:52 +01:00
64f86147f9
fix(lsp): dont define diagnostics signs on >= 0.10.0
2024-03-29 09:45:52 +01:00
f308867570
fix(native_snippets): don't try to enable native snippets on Neovim < 0.10.0 and show warning
2024-03-29 09:44:40 +01:00
914f26d04e
fix(tex): don't override conceallevel for tex. Not sure why that was added
2024-03-29 07:56:32 +01:00
80a8b18be6
feat(trouble): enabled edgy
2024-03-29 07:27:55 +01:00