Compare commits

..

No commits in common. "81d6442841e7566715db1b29e80cdc5b46480c83" and "5d12c5b045fc54d578e1abf5cfa39fddeead14a3" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -22,7 +22,6 @@ 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": "371cd74", "rev": "01bc2aa",
"src": "https://github.com/folke/lazydev.nvim" "src": "https://github.com/folke/lazydev.nvim"
}, },
"mini.nvim": { "mini.nvim": {
"rev": "429e5f9", "rev": "d1a9158",
"src": "https://github.com/nvim-mini/mini.nvim" "src": "https://github.com/nvim-mini/mini.nvim"
}, },
"nvim-lspconfig": { "nvim-lspconfig": {
"rev": "a89bfcf", "rev": "a9b2fb5",
"src": "https://github.com/neovim/nvim-lspconfig" "src": "https://github.com/neovim/nvim-lspconfig"
}, },
"nvim-treesitter": { "nvim-treesitter": {