Compare commits

..

2 commits

Author SHA1 Message Date
81d6442841 chore: update nvim-pack-lock.json 2025-11-03 09:59:39 +01:00
1417d55814 feat: add gopls. 2025-11-03 09:59:25 +01:00
2 changed files with 4 additions and 3 deletions

View file

@ -22,6 +22,7 @@ vim.lsp.enable({
"lua_ls", "lua_ls",
"jsonls", "jsonls",
"marksman", "marksman",
"gopls",
}) })
-- diagnostic settings -- diagnostic settings

View file

@ -5,15 +5,15 @@
"src": "https://github.com/ellisonleao/gruvbox.nvim" "src": "https://github.com/ellisonleao/gruvbox.nvim"
}, },
"lazydev.nvim": { "lazydev.nvim": {
"rev": "01bc2aa", "rev": "371cd74",
"src": "https://github.com/folke/lazydev.nvim" "src": "https://github.com/folke/lazydev.nvim"
}, },
"mini.nvim": { "mini.nvim": {
"rev": "d1a9158", "rev": "429e5f9",
"src": "https://github.com/nvim-mini/mini.nvim" "src": "https://github.com/nvim-mini/mini.nvim"
}, },
"nvim-lspconfig": { "nvim-lspconfig": {
"rev": "a9b2fb5", "rev": "a89bfcf",
"src": "https://github.com/neovim/nvim-lspconfig" "src": "https://github.com/neovim/nvim-lspconfig"
}, },
"nvim-treesitter": { "nvim-treesitter": {