Commit graph

155 commits

Author SHA1 Message Date
Folke Lemaitre
bef36bb2fd
fix(format): ignore vim.b.autoformat when formatting using key bindings. Fixes #575 2023-04-16 10:48:07 +02:00
Aaron Dill
a099b2d3ab
feat(keymaps): Get rename command from inc_rename configuration (#579)
Gets the rename command from the inc_rename module (when installed), rather than assuming the default `IncRename`, allowing the user to modify the inc_rename options without having to create a new keymap.
2023-04-16 10:43:14 +02:00
Folke Lemaitre
381ee0a9fc
fix(mason): removed flake8. You can add it back in your own configs if you need it or add ruff_lsp 2023-03-23 08:00:24 +01:00
Folke Lemaitre
df5cbfdbec
feat(mason): compatibility with the new mason registry 2023-03-20 19:56:34 +01:00
Folke Lemaitre
9f5a0f1bd8
feat(lsp): added keymap to see source actions with <leader>cA (useful for tsserver and others) 2023-03-17 16:29:32 +01:00
Folke Lemaitre
c10e550639
feat(lsp): make lsp work when mason-lspconfig is disabled. Fixed #445 2023-03-17 08:04:17 +01:00
Folke Lemaitre
a28885be3f
fix(lsp): allow silent=false for lsp keymaps. Fixes #414 2023-03-12 09:10:45 +01:00
Folke Lemaitre
5aad5749a7
feat(null-ls): added .neoconf.json to null-ls root_dir 2023-03-10 08:44:17 +01:00
Folke Lemaitre
8f3834bc13
feat(null-ls): added fish_indent and fish diag 2023-03-06 07:37:37 +01:00
Folke Lemaitre
c407ddfe8a
feat(shfmt): added shfmt to null-ls and mason 2023-03-06 07:37:37 +01:00
Folke Lemaitre
e7a515e548
fix(mason): removed installing of shellcheck and shfmt. Use bashls instead 2023-03-05 09:12:16 +01:00
alexander-born
5abb10b5ab
fix(lsp): only map lsp goto definition when client has definitionProvider (#348)
Co-authored-by: Alexander Born <alexander.born@bmw.de>
2023-02-28 11:29:57 +01: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
543126818e
fix(lsp): temp mason fix for sumenko_lua -> lua_ls rename. See #248 2023-02-12 10:59:58 +01:00
Zhizhen He
57e92b04e2
style: fix comment typo (#243) 2023-02-11 17:10:39 +01:00
Folke Lemaitre
cb384ad69f
fix(lsp): remove debug 2023-02-09 14:47:55 +01:00
Folke Lemaitre
d61e4bd553
fix(lsp): dont use expr=true for lsp rename. Fixes #220 2023-02-09 14:35:48 +01:00
Folke Lemaitre
52b34ce3c3
feat(lsp): allow disabling autoformat for certain buffers 2023-02-07 23:15:10 +01:00
Folke Lemaitre
5f5a564a82
fix(plugins): lazy-loading on BufReadPre or BufReadPost, should also use BufNewFile. Fixes #169 2023-02-07 21:59:33 +01:00
Folke Lemaitre
826655b901
fix(lsp): properly merge lsp client capabilities 2023-02-07 16:46:48 +01:00
Folke Lemaitre
65fb26fe97
refactor: removed deprecation warnings from before 1.0.0 2023-01-25 09:00:33 +01:00
Folke Lemaitre
5bf979d234
fix(lsp): again 2023-01-24 08:52:28 +01:00
Folke Lemaitre
744028ea4c
fix(lsp): check for nvim-cmp intsead of cmp 2023-01-24 08:50:18 +01:00
Folke Lemaitre
b81dc71211
fix(lsp): only load cmp-nvim-lsp when cmp is enabled 2023-01-24 07:50:07 +01:00
Folke Lemaitre
7595bfaa3b
fix(lsp): ]w and [w now work as expected. Fixes #109 2023-01-23 19:21:14 +01:00
Folke Lemaitre
47ba46f184
feat(lsp): make it easier to customize LSP keymaps. Fixes #93 2023-01-22 11:56:46 +01:00
Folke Lemaitre
cc0171e770
feat(lsp): setup lsp servers not supported by mason-lspconfig and added mason=false to skip server setup by mason. Fixes #95 2023-01-22 10:31:48 +01:00
Folke Lemaitre
5d3e126b63
feat(lsp): ignore lsp servers where setting is set to false 2023-01-19 22:10:38 +01:00
Phúc Lê Khắc
fe4b92492c
fix(lsp): there is no declaration in telescope, use vim.lsp (#78) 2023-01-18 08:37:06 +01:00
Folke Lemaitre
254d3a0921
refactor(telescope)!: moved search diagnostics to <leader>sd 2023-01-17 14:20:58 +01:00
Folke Lemaitre
b278b062ec
feat(lsp): added opts.autoformat to be able to disable autoformat by default. Fixes #65 2023-01-16 14:13:24 +01:00
Phúc Lê Khắc
cbd534242c
fix(lsp): ']d' & '[d' was reversed (#58) 2023-01-14 18:29:57 +01:00
Folke Lemaitre
b17ede1ae2
feat(lsp): added <c-k> for signature help in insert mode 2023-01-13 23:03:08 +01:00
Folke Lemaitre
f9de5d0e8a
fix(format): typo timeout -> timeout_ms 2023-01-13 22:47:47 +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
1efc925d16
feat(lsp): make diagnostics configurable with {"neovim/nvim-lspconfig", opts = {diagnostics = {}}}. Fixes #55 2023-01-13 09:38:15 +01:00
Folke Lemaitre
7a68907b39
fix(neodev): use opts instead of config 2023-01-10 18:27:13 +01:00
Folke Lemaitre
6cf6959254
perf(neodev): enable experimental pathStrict setting for better sumneko performance 2023-01-10 17:55:26 +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
36c84f47c9
feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00
Folke Lemaitre
26a3d8c1f3
refactor(lsp): move typescript keymaps to typescript 2023-01-08 21:07:42 +01:00
Folke Lemaitre
814c43a053
refactor(mason): move ensure_installed to opts.ensure_installed 2023-01-08 18:59:38 +01:00
Folke Lemaitre
2135bc144c
refactor(plugins)!: plugins now use lazy.nvim's new opts property to make it far easier to override options 2023-01-08 15:05:34 +01:00
Andreas Gerlach
037d0e87b3
fix: provide LSP server name in setup function (#21) 2023-01-07 19:38:47 +01:00
Folke Lemaitre
9fd21306fc
feat(lsp): allow for custom lsp server setup 2023-01-07 11:16:04 +01:00
Folke Lemaitre
ef78153afa
refactor(lsp)!: move servers to lspconfig plugin spec 2023-01-07 10:44:17 +01:00
Folke Lemaitre
92c22d7932
feat(lps)!: move signature help from <-k> to gK 2023-01-07 00:13:38 +01:00
Folke Lemaitre
bb388a28ff
refactor(navic): move navic to ui 2023-01-06 12:05:27 +01:00
Andreas Gerlach
d74759de76
feat(lualine): better lualine with git status, diagnostics and navic lsp information (#15) 2023-01-06 07:27:28 +01:00