Fix some typos (#262)

This commit is contained in:
Daniel Power 2021-04-17 20:13:11 -02:30 committed by GitHub
parent 82aeecdb10
commit 776f10e04a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,24 +40,24 @@ return require("packer").startup(
use {"glepnir/lspsaga.nvim", opt = true}
use {"kabouzeid/nvim-lspinstall", opt = true}
-- Tlescope
-- Telescope
use {"nvim-lua/popup.nvim", opt = true}
use {"nvim-lua/plenary.nvim", opt = true}
use {"nvim-telescope/telescope.nvim", opt = true}
-- Dbugging
-- Debugging
use {"mfussenegger/nvim-dap", opt = true}
-- Atocomplete
-- Autocomplete
use {"hrsh7th/nvim-compe", opt = true}
use {"hrsh7th/vim-vsnip", opt = true}
use {"rafamadriz/friendly-snippets", opt = true}
-- Teesitter
-- Treesitter
use {"nvim-treesitter/nvim-treesitter", run = ":TSUpdate"}
use {"windwp/nvim-ts-autotag", opt = true}
-- Eplorer
-- Explorer
use "kyazdani42/nvim-tree.lua"
-- TODO remove when open on dir is supported by nvimtree
use "kevinhwang91/rnvimr"