diff --git a/nvim/m-housh/lua/user/plugin/oil.lua b/nvim/m-housh/lua/user/plugin/oil.lua index d91311d..b0c40e0 100644 --- a/nvim/m-housh/lua/user/plugin/oil.lua +++ b/nvim/m-housh/lua/user/plugin/oil.lua @@ -9,6 +9,11 @@ return { keymaps = { [""] = false, [""] = "actions.select_split", + [""] = { + "actions.select", + opts = { vertical = true }, + desc = "Open the entry in a vertical split", + }, }, view_options = { is_hidden_file = function(name, _) -- second arg is bufnr, but not currently used. diff --git a/nvim/m-housh/spell/en.utf-8.add b/nvim/m-housh/spell/en.utf-8.add index fe8a2c3..096d029 100755 --- a/nvim/m-housh/spell/en.utf-8.add +++ b/nvim/m-housh/spell/en.utf-8.add @@ -13,3 +13,4 @@ IAQ wc HVAC dehumidification +ansible diff --git a/nvim/m-housh/spell/en.utf-8.add.spl b/nvim/m-housh/spell/en.utf-8.add.spl index 104e17c..c805b67 100755 Binary files a/nvim/m-housh/spell/en.utf-8.add.spl and b/nvim/m-housh/spell/en.utf-8.add.spl differ