diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 4e8d4b4..7fa01fe 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -28,6 +28,7 @@ vim.lsp.enable({ "basedpyright", "yamlls", "bashls", + "just", }) -- diagnostic settings diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index a0266c2..37c8ef3 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -21,7 +21,7 @@ "src": "https://github.com/nvim-mini/mini.nvim" }, "nvim-lspconfig": { - "rev": "4044b8544a6cea57179d5a29c203b6b65d2b6ac4", + "rev": "3f58aeca0c6ece8a9fb8782ea3fcb6024f285be3", "src": "https://github.com/neovim/nvim-lspconfig" }, "nvim-treesitter": { @@ -29,7 +29,7 @@ "src": "https://github.com/nvim-treesitter/nvim-treesitter" }, "render-markdown.nvim": { - "rev": "c54380dd4d8d1738b9691a7c349ecad7967ac12e", + "rev": "48934b49a2363b49ae1d698ed4cb30fb79d7efe8", "src": "https://github.com/MeanderingProgrammer/render-markdown.nvim" }, "rose-pine": {