337 current 2024-04-14 16:15:15 24.05.20240414.bc59f72 6.8.4-zen1 *
This commit is contained in:
parent
4347118e02
commit
058c28de5a
4 changed files with 83 additions and 55 deletions
|
|
@ -1,23 +1,27 @@
|
|||
return {
|
||||
{ "folke/neodev.nvim", ft = "lua", opts = {} },
|
||||
{
|
||||
"b0o/schemastore.nvim",
|
||||
ft = "json",
|
||||
config = function()
|
||||
require("lspconfig").jsonls.setup({
|
||||
capabilities = require("lsp.capabilities"),
|
||||
settings = {
|
||||
json = {
|
||||
schemas = require("schemastore").json.schemas(),
|
||||
validate = { enable = true },
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
'mrcjkb/rustaceanvim',
|
||||
version = '^4', -- Recommended
|
||||
ft = { 'rust' },
|
||||
}
|
||||
{ "folke/neodev.nvim", ft = "lua", opts = {} },
|
||||
{
|
||||
"b0o/schemastore.nvim",
|
||||
ft = "json",
|
||||
config = function()
|
||||
require("lspconfig").jsonls.setup({
|
||||
capabilities = require("lsp.capabilities"),
|
||||
settings = {
|
||||
json = {
|
||||
schemas = require("schemastore").json.schemas(),
|
||||
validate = { enable = true },
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"mrcjkb/rustaceanvim",
|
||||
version = "^4", -- Recommended
|
||||
ft = { "rust" },
|
||||
},
|
||||
{
|
||||
"christoomey/vim-tmux-navigator",
|
||||
lazy = false,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue