Added file for other plugins using lsp
This commit is contained in:
20
lua/taken/plugins/lsp/otherlsp.lua
Normal file
20
lua/taken/plugins/lsp/otherlsp.lua
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
--- @type LazyPluginSpec[]
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"rachartier/tiny-code-action.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
|
},
|
||||||
|
event = "LspAttach",
|
||||||
|
config = function()
|
||||||
|
require("tiny-code-action").setup({
|
||||||
|
backend = "vim",
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"smjonas/inc-rename.nvim",
|
||||||
|
config = true,
|
||||||
|
},
|
||||||
|
}
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
--- @type LazyPluginSpec
|
|
||||||
return {
|
|
||||||
"rachartier/tiny-code-action.nvim",
|
|
||||||
dependencies = {
|
|
||||||
"nvim-lua/plenary.nvim",
|
|
||||||
"nvim-telescope/telescope.nvim",
|
|
||||||
},
|
|
||||||
event = "LspAttach",
|
|
||||||
config = function()
|
|
||||||
require("tiny-code-action").setup({
|
|
||||||
backend = "vim",
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
}
|
|
||||||
@@ -1,9 +1,5 @@
|
|||||||
--- @type LazyPluginSpec[]
|
--- @type LazyPluginSpec[]
|
||||||
return {
|
return {
|
||||||
{
|
|
||||||
"smjonas/inc-rename.nvim",
|
|
||||||
config = true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"MagicDuck/grug-far.nvim",
|
"MagicDuck/grug-far.nvim",
|
||||||
config = true,
|
config = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user