Backup
This commit is contained in:
parent
32b53a7fd6
commit
811660e30a
11 changed files with 49 additions and 8 deletions
dotfiles/neovim/lua/my/plugins
|
@ -35,6 +35,13 @@ function M.setup()
|
|||
-- require("my.plugins.notify").setup()
|
||||
end)
|
||||
|
||||
if env.neovide.active() then
|
||||
require("my.plugins.neovide").setup()
|
||||
else
|
||||
-- Neovide already provides this functionality!
|
||||
vim.cmd [[packadd! vim-smoothie]]
|
||||
end
|
||||
|
||||
if env.firevim.active() then
|
||||
require("my.plugins.firevim").setup()
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue