feat: windows compatible

This commit is contained in:
2023-04-01 02:57:27 +08:00
committed by Young Xu
parent 1f3896974d
commit 1db5944feb
6 changed files with 19 additions and 13 deletions

View File

@@ -44,4 +44,6 @@ telescope.setup({
})
telescope.load_extension("ui-select")
telescope.load_extension("fzf")
if vim.loop.os_uname().sysname == "Linux" then
telescope.load_extension("fzf")
end

View File

@@ -15,7 +15,6 @@ require("nvim-treesitter.configs").setup({
"gomod",
"gosum",
"gowork",
"help",
"html",
"java",
"javascript",

0
lua/plugins/utils.lua Normal file
View File