Commit graph

17 commits

Author SHA1 Message Date
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
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
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
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
Folke Lemaitre
12dacc4d32
feat(lspconfig): better setup with mason-lspconfig.setup_handlers 2023-01-05 18:26:07 +01:00
Folke Lemaitre
7a49913cf2
refactor: move icons to settings and add setup method for configs extending LazyVim (like my own dots) 2023-01-03 21:05:02 +01:00
Folke Lemaitre
8924f965d1
refactor(lsp): make servers easily configurable in overriding specs 2023-01-02 17:40:13 +01:00
Folke Lemaitre
5daf0cbe73
feat(mason): you can now supply a list of tools you want to have installed 2023-01-02 17:39:51 +01:00
Folke Lemaitre
8eb8d235c9
refactor: move everything under lazyvim 2023-01-01 14:33:56 +01:00
Renamed from lua/plugins/lsp/init.lua (Browse further)