fix oil map, add ansible filetype
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
return {
|
||||
'stevearc/oil.nvim',
|
||||
-- Optional dependencies
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {},
|
||||
config = function ()
|
||||
require("oil").setup()
|
||||
end
|
||||
'stevearc/oil.nvim',
|
||||
-- Optional dependencies
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
opts = {},
|
||||
config = function()
|
||||
require('oil').setup({
|
||||
keymaps = {
|
||||
['<C-h>'] = false,
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user