Skip to content

Commit

Permalink
feat(plugins): replace rust-tools with ferris
Browse files Browse the repository at this point in the history
  • Loading branch information
cpea2506 committed Oct 22, 2023
1 parent 7d29478 commit 2aebb46
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 38 deletions.
10 changes: 10 additions & 0 deletions lua/pea/config/ferris.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
return function()
vim.g.ferris = {
tools = {
executor = "toggleterm",
hover_actions = {
auto_focus = true,
},
},
}
end
27 changes: 0 additions & 27 deletions lua/pea/config/rust_tools.lua

This file was deleted.

13 changes: 2 additions & 11 deletions lua/pea/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ local plugins = {
config = require "pea.config.roslyn",
ft = "cs",
},
{
"hinell/lsp-timeout.nvim",
dependencies = "neovim/nvim-lspconfig",
},
{
"luckasRanarison/clear-action.nvim",
config = require "pea.config.clear_action",
Expand Down Expand Up @@ -79,9 +75,9 @@ local plugins = {
config = require "pea.config.houdini",
},
{
"simrat39/rust-tools.nvim",
"mrcjkb/ferris.nvim",
ft = "rust",
config = require "pea.config.rust_tools",
config = require "pea.config.ferris",
},
{
"folke/todo-comments.nvim",
Expand Down Expand Up @@ -109,11 +105,6 @@ local plugins = {
event = "BufRead Cargo.toml",
config = require "pea.config.nvim_crates",
},
{
"brenoprata10/nvim-highlight-colors",
event = "BufRead",
config = require "pea.config.hi_colors",
},
{
"cpea2506/presence.nvim",
event = "BufRead",
Expand Down

0 comments on commit 2aebb46

Please sign in to comment.