mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-06-08 12:42:02 +00:00
Adding vim dispatch
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
function BUILD()
|
||||
-- TODO: handle builds manually
|
||||
end
|
||||
vim.g["dispatch_no_maps"] = 1
|
||||
|
||||
local wk = require("which-key")
|
||||
wk.register({
|
||||
b = { "<cmd>Make<cr>", "Build project" },
|
||||
}, {
|
||||
prefix = "<leader>",
|
||||
})
|
||||
|
||||
|
||||
@@ -116,6 +116,10 @@ return packer.startup(function(use)
|
||||
|
||||
use { "lewis6991/gitsigns.nvim", requires = { 'nvim-lua/plenary.nvim' } }
|
||||
|
||||
|
||||
use "tpope/vim-dispatch"
|
||||
use "datamadsen/vim-compiler-plugin-for-dotnet"
|
||||
|
||||
if PACKER_BOOTSTRAP then
|
||||
require("packer").sync()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user