aqav
5dc4ce3e4a
feat(java): support vscode launch json in Java ( #1422 )
...
* feat(java): support vscode launch json
* feat(java): support vscode launch json
2023-09-26 13:36:22 +02:00
Hai Ninh Hoang
ea930e3545
fix(python): use venv for DAP Python ( #1457 )
...
dap_enabled = true, -- Ensure that the venv selector affect PythonPath in nvim-dap as well! (in venv-selector.nvim)
2023-09-26 13:35:27 +02:00
Kevin Traver
a7f971f30e
feat(mini-pairs): add toggle mini pairs keymap and function ( #1456 )
2023-09-26 13:34:28 +02:00
Folke Lemaitre
0bff29c07a
fix: disable context commentstring autocmd
2023-09-26 13:24:03 +02:00
Folke Lemaitre
afdcec5b4a
feat(extras): added simple csharp extra
2023-09-26 10:58:35 +02:00
Folke Lemaitre
b8d3a1c2cd
Revert "fix(yanky): don't override c-p insert mode telescope mapping. Fixes #1007 "
...
This reverts commit 8b1e7976a0
.
2023-09-26 10:13:00 +02:00
GrigoreAlexandru-Arch
6045a52d82
fix : #1305 rust debugging not working on windows due to missing liblldb path ( #1390 )
2023-09-04 23:07:55 +02:00
Aron Griffis
15022f4892
fix(java): don't accumulate on_attach, and make more configurable ( #1388 )
...
* fix(java): don't accumulate on_attach, and make more configurable
* refactor(java): move defaults to opts
2023-09-04 23:00:39 +02:00
Zhizhen He
64c5848fe8
style: fix comment typo ( #1336 )
2023-08-29 18:02:45 +02:00
Xie Zejian
451bde5b41
fix(python): disable ruff hover correctly ( #1365 )
...
* fix: disable ruff hover correctly
* better fix
2023-08-29 17:59:18 +02:00
Jakub Kozłowicz
377c0e397c
feat(python): add more venv names ( #1381 )
2023-08-29 17:58:42 +02:00
Amaan Qureshi
73dc5a503f
fix(clangd): update setup from upstream changes ( #1308 )
2023-08-29 17:57:09 +02:00
Võ Quang Chiến
566049aa4a
feat(treesitter): add jsdoc to ensure_installed ( #1252 )
...
better highlighting for jsdoc comment
2023-07-30 11:10:45 +02:00
Jonas Holst Damtoft
a62a5942de
fix(yaml): yaml validate and enable line folding ( #1251 )
...
* fix(yaml): enable validate
see https://github.com/redhat-developer/yaml-language-server#language-server-settings
* feat(yaml): support line folding
2023-07-30 11:09:44 +02:00
Luco Bellic
9264c54ae9
feat(clangd): remove CMakelists root_dir search ( #1230 )
...
Provide better handling of root_dir search for C++ project
using CMakelists.txt per folder
2023-07-26 21:44:47 +02:00
Javier Tia
d7ca822d41
fix(yaml): yaml: Fix TypeError undefined length ( #1229 )
...
In YAML files LSP completion is not happening because
yaml-language-server is failing with error:
TypeError: Cannot read properties of undefined (reading 'length')
from out/server/src/languageserver/handlers/settingsHandlers.js:78:51,
which it's expecting to have yaml.schemaStore.url.length and it's
doesn't exist.
Signed-off-by: Javier Tia <javier.tia@gmail.com>
2023-07-26 21:43:49 +02:00
Andreas Gerlach
6dc66852b8
feat(extra): add yaml language extension ( #1198 )
...
* feat: add yaml language extension
* fix(yaml): disable keyOrdering checks
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-25 19:37:13 +02:00
Iordanis Petkakis
9fe89f5f8a
fix(lang_java): fixes #1215 other two entries of vim.fs.joinpath
as well that were not changed in #1213 ( #1216 )
2023-07-25 19:22:10 +02:00
Radvil
76d33bba2c
feat: Enable flash.nvim highlight on catppuccin integration ( #1206 )
...
Since flash.nvim has already been the default one, and catppuccin already support it
Co-authored-by: Radvil <radvil@@access-mobile.com>
2023-07-25 15:39:08 +02:00
Andreas Gerlach
2e09051472
fix: fixes #1207 ( #1213 )
...
Co-authored-by: Andreas Gerlach <andreas.gerlach@xarvio.com>
2023-07-25 15:25:24 +02:00
Maria José Solano
9a0543531d
fix(lsp): supports_method for checking inlay hint support ( #1195 )
2023-07-23 18:09:48 +02:00
Andreas Gerlach
f6d646a325
feat(java): add test and debug support for Java extension ( #1192 )
2023-07-23 18:08:01 +02:00
Andreas Gerlach
b97ccb9e73
fix : #1194 use cmakelang instead of cmakelint ( #1197 )
2023-07-23 18:06:25 +02:00
Jakub Kozłowicz
fa898b7293
feat(lang): add cmake support ( #1032 )
...
* feat(lang): add cmake support
* refactor
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-22 09:27:06 +02:00
Phúc H. Lê Khắc
012ca50b28
feat(python): add semantic highlighting ( #1149 )
...
* feat(python): add semantic highlighting
* refactor: moved to python-semshi
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-22 09:21:12 +02:00
Sam Amis
6b2c648878
feat(telescope): allow word and selection searches ( #1096 )
...
Changes the current normal-mode mappings <leader>sw / <leader>sW to only
display matches surrounded by word boundaries. Also adds the equivalent
visual-mode mappings to allow searching for the current selection.
Selection searching does not consider word boundaries, so highlighting a
single word and searching for it will produce the same results as the
word-under-cursor searching did before this change. This allows the user
to easily choose whether or not to include word boundaries in their
search.
2023-07-22 09:15:14 +02:00
Fredrik Averpil
02d673d37c
feat(lang): add debug adapter plugin for go ( #1115 )
...
neotest-go does not provide a DAP strategy, and thus you cannot invoke the debugger with require('neotest').run.run({strategy=dap}).
There have been efforts to implement this in https://github.com/nvim-neotest/neotest-go/issues/12 but this seems to have stalled.
You can find the background to this change discussed here: https://github.com/LazyVim/LazyVim/discussions/1107
2023-07-22 09:13:54 +02:00
Aron Griffis
0411baab89
feat(lang): add java ( #1132 )
2023-07-22 09:12:42 +02:00
Robson Roberto Souza Peixoto
e5f53ee193
fix(terraform): configure commentstring ( #1171 )
2023-07-22 09:10:37 +02:00
Amaan Qureshi
d71ebeab24
feat(clangd): better clangd root detection ( #1165 )
2023-07-21 22:35:02 +02:00
qizidog
fc50c055c3
feat: add a keybind to search register ( #1170 )
...
use `<leader>"` to search register through telescope
2023-07-20 23:40:23 +02:00
Tom MacWright
6323b419fd
docs: Add more documentation ( #1174 )
2023-07-20 23:16:13 +02:00
Mayrixon
abaa6d90e4
feat(lang): add tex support ( #1156 )
...
* feat(lang): add tex support
* Reword comments
* Remove personalise configs.
* Disable lazy-loading.
* Remove chktex in LSP server texlab.
* Update local conceallevel setup.
* Add keymap for vimtex-doc-package.
* Enable vimtex omni-completion.
* Update vimtex's keymap.
* refactor: move vimtex K to texlab
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-20 12:26:05 +02:00
Tom MacWright
f2459bd70e
docs: Improve summary documentation of deps ( #1159 )
2023-07-19 13:14:07 +02:00
Folke Lemaitre
b4b27e867c
fix(mason): add MasonUpdate to build
2023-07-16 10:42:14 +02:00
Fredrik Averpil
63e898599a
feat(lang): add null-ls tools to mason's ensure_installed ( #1133 )
2023-07-16 08:47:06 +02:00
Iordanis Petkakis
69bb89184f
feat(neo-tree): update to v3.x and change follow_current_file
to a … ( #1143 )
...
* feat(neo-tree): update to v3.x and change `follow_current_file` to a table and enable it
* fix(neo-tree): remove nerd font v3 icons
* fix(neo-tree): remove legaccy commands
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-16 08:41:45 +02:00
暮晨
1b0b6eb0e1
feat(lsp): add 'reuse_win' for reuse window in lsp definition keymap ( #1131 )
...
* feat(lsp): add 'reuse_win' for reuse window in lsp definition keymap
* fix: inline telescope require
2023-07-15 09:30:34 +02:00
Folke Lemaitre
ae759b947b
feat(flash)!: Make flash.nvim the default jump plugin for LazyVim
...
Use the `editor.leap` extra if you rather want to use leap/flit
2023-07-13 08:18:02 +02:00
Folke Lemaitre
9e8ce289d1
fix(neoconf): do neoconf setup in lspconfig setup. Fixes #1070
2023-07-12 20:01:43 +02:00
Jakub Kozłowicz
a0c2014b10
feat(lang): add docker support ( #1078 )
2023-07-12 17:42:05 +02:00
Folke Lemaitre
e212c166b4
feat(mini.ai): decouple mini.ai from which-key. Closes #1076
2023-07-12 17:25:35 +02:00
暮晨
3f68f44d72
fix(lsp-config): lsp-config error when nvim-cmp not enabled. ( #1095 )
...
* fix(lsp-config): lsp-config error when nvim-cmp not enabled.
* Update lua/lazyvim/plugins/lsp/init.lua
Co-authored-by: Jonas Holst Damtoft <Jomik@users.noreply.github.com>
---------
Co-authored-by: Jonas Holst Damtoft <Jomik@users.noreply.github.com>
2023-07-12 16:34:07 +02:00
Null Chilly
67d1cbfb01
feat(catppuccin): match navic bg with lualine ( #1085 )
2023-07-10 17:50:53 +02:00
Jakub Kozłowicz
44cdb5eac5
feat(lang): add python support ( #1031 )
2023-07-06 20:43:19 +02:00
Anton Ždanov
0db31c2840
feat(extras): add terraform extra ( #1030 )
2023-07-06 19:46:34 +02:00
Folke Lemaitre
22c9477b96
feat(flash): use c-s in the cmdline to toggle flash
2023-07-06 15:51:31 +02:00
Folke Lemaitre
ae054ec13c
feat(vscode): easier way to enable/disable plugins
2023-07-06 15:36:03 +02:00
Folke Lemaitre
299aae3545
fix(flash): depraction warning
2023-07-06 15:21:45 +02:00
Folke Lemaitre
9c120b5ef7
Revert "fix: leap nvim required by flit ( #1046 )"
...
This reverts commit dee8dc318e
.
2023-07-04 08:25:38 +02:00