neovim: remove checks for windows

This commit is contained in:
2023-07-30 00:04:46 +03:00
parent a8dcb34ddf
commit 1f6045c794
2 changed files with 2 additions and 9 deletions

View File

@@ -53,6 +53,4 @@ telescope.setup({
},
})
if vim.fn.has("win32") == 0 then
require("telescope").load_extension("fzf")
end
require("telescope").load_extension("fzf")