feat: windows compatible
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -15,7 +15,6 @@ require("nvim-treesitter.configs").setup({
|
||||
"gomod",
|
||||
"gosum",
|
||||
"gowork",
|
||||
"help",
|
||||
"html",
|
||||
"java",
|
||||
"javascript",
|
||||
|
||||
0
lua/plugins/utils.lua
Normal file
0
lua/plugins/utils.lua
Normal file
Reference in New Issue
Block a user