add nvchad ui plugin
This commit is contained in:
parent
b9f0e4623e
commit
fb9a7b9206
|
@ -167,7 +167,7 @@ M.lspconfig = {
|
||||||
|
|
||||||
["<leader>ra"] = {
|
["<leader>ra"] = {
|
||||||
function()
|
function()
|
||||||
require("nvchad.ui.renamer").open()
|
require("nvchad_ui.renamer").open()
|
||||||
end,
|
end,
|
||||||
" lsp rename",
|
" lsp rename",
|
||||||
},
|
},
|
||||||
|
|
|
@ -28,7 +28,7 @@ M.on_attach = function(client, bufnr)
|
||||||
utils.load_mappings({ lsp_mappings }, { buffer = bufnr })
|
utils.load_mappings({ lsp_mappings }, { buffer = bufnr })
|
||||||
|
|
||||||
if client.server_capabilities.signatureHelpProvider then
|
if client.server_capabilities.signatureHelpProvider then
|
||||||
require("nvchad.ui.signature").setup(client)
|
require("nvchad_ui.signature").setup(client)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,8 @@ local plugins = {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
["Nvchad/ui"] = {},
|
||||||
|
|
||||||
["NvChad/nvterm"] = {
|
["NvChad/nvterm"] = {
|
||||||
module = "nvterm",
|
module = "nvterm",
|
||||||
config = function()
|
config = function()
|
||||||
|
|
Loading…
Reference in New Issue