Skip to content

Commit 6d5dd96

Browse files
committed
fix(plugins): drop lazydev.nvim
1 parent b91d45f commit 6d5dd96

4 files changed

Lines changed: 4 additions & 17 deletions

File tree

lazy-lock.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"copilot.lua": { "branch": "master", "commit": "4958fb9390f624cb389be2772e3c5e718e94d8b6" },
66
"gx.nvim": { "branch": "main", "commit": "fc17f30aa3e705f2d5810d75ffff404bcc68e91a" },
77
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
8-
"lazydev.nvim": { "branch": "main", "commit": "2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" },
98
"mason.nvim": { "branch": "main", "commit": "9e25c98d4826998460926f8c5c2284848d80ae89" },
109
"mini.ai": { "branch": "main", "commit": "1cd4f021a05c29acd4ab511c0981da14217daf38" },
1110
"mini.align": { "branch": "main", "commit": "0202e1662a7a03a95cefd6851795ceae5e87b9b3" },

lsp/lua_ls.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ return {
2222
diagnostics = {
2323
disable = { "missing-parameters", "missing-fields" },
2424
},
25+
workspace = {
26+
library = vim.api.nvim_get_runtime_file("", true),
27+
},
2528
},
2629
},
2730

lua/plugins/lazydev.lua

Lines changed: 0 additions & 14 deletions
This file was deleted.

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ My configuration for [Neovim](https://neovim.io/), mostly for frontend developme
2424

2525
## Plugins
2626

27-
<sub>28 plugins</sub>
27+
<sub>27 plugins</sub>
2828

2929
### Navigation
3030

@@ -50,7 +50,6 @@ My configuration for [Neovim](https://neovim.io/), mostly for frontend developme
5050

5151
### LSP/Syntax
5252

53-
- [lazydev](https://github.com/folke/lazydev.nvim) - Lua language server
5453
- [mason](https://github.com/williamboman/mason.nvim) - LSP package manager
5554
- [mini.hipatterns](https://github.com/echasnovski/mini.hipatterns) - Highlight patterns in text
5655
- [nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) - AST aware text objects

0 commit comments

Comments
 (0)