Compare commits
No commits in common. "5e907f38a1f62bc9d6c9d2fd9b99934c8cec08d0" and "ee9de435c71f3e602cda420c4fb1250059b747e3" have entirely different histories.
5e907f38a1
...
ee9de435c7
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue