-- Author : swytch -- Created : Monday Dec. 26, 2022 18:39:16 CET -- License : GPLv3 -- Description : treesitter config file require("telescope").setup { extensions = { file_browser = { theme = "ivy", -- disables netrw and use telescope-file-browser in its place hijack_netrw = true, mappings = { ["i"] = { -- your custom insert mode mappings }, ["n"] = { -- your custom normal mode mappings }, }, }, }, }