mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): simplify imports and clean up plugin files
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
-- https://github.com/ThePrimeagen/git-worktree.nvim
|
||||
local cmp_status_ok, worktree = pcall(require, "git-worktree")
|
||||
if not cmp_status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
vim.g.git_worktree_log_level = "error"
|
||||
|
||||
worktree.setup()
|
||||
require("git-worktree").setup()
|
||||
|
||||
Reference in New Issue
Block a user