Compare commits
2 commits
5d12c5b045
...
81d6442841
| Author | SHA1 | Date | |
|---|---|---|---|
| 81d6442841 | |||
| 1417d55814 |
2 changed files with 4 additions and 3 deletions
|
|
@ -22,6 +22,7 @@ vim.lsp.enable({
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"jsonls",
|
"jsonls",
|
||||||
"marksman",
|
"marksman",
|
||||||
|
"gopls",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- diagnostic settings
|
-- diagnostic settings
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue