Add ansible managed template
This commit is contained in:
parent
80222dd489
commit
02fbdf4389
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
local gitsigns = require('gitsigns');
|
||||
|
||||
gitsigns.setup({
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
local opts = {noremap=true, silent=true}
|
||||
|
||||
vim.api.nvim_set_keymap('n', '<C-E>', '<cmd>:NvimTreeToggle<CR>', opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue