Compare commits

..

No commits in common. "5e907f38a1f62bc9d6c9d2fd9b99934c8cec08d0" and "ee9de435c71f3e602cda420c4fb1250059b747e3" have entirely different histories.

View file

@ -20,8 +20,8 @@ return {
},
{
"nvim-treesitter/nvim-treesitter",
lazy = false,
build = ":TSUpdate",
main = "nvim-treesitter.configs",
opts = {
ensure_installed = {
"vimdoc", "lua", "markdown", "markdown_inline", "c", "cpp", "rust", "javascript",
@ -273,6 +273,7 @@ return {
},
{
"nvim-telescope/telescope.nvim",
branch = "0.1.x",
dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope-fzf-native.nvim" },
config = function()
require("telescope").load_extension("fzf")