Cleans up parsers and linters

This commit is contained in:
normanras
2023-01-24 17:12:53 +00:00
parent b1d2ac048e
commit 977370f402
9 changed files with 15 additions and 248 deletions

View File

@ -36,7 +36,7 @@ return require'packer'.startup(function()
}
use ({
'L3MON4D3/LuaSnip', tag = "v<CurrentMajor>.*",
'L3MON4D3/LuaSnip', tag = "v1.1.0",
requires = {
'saadparwaiz1/cmp_luasnip'
}
@ -69,9 +69,6 @@ return require'packer'.startup(function()
-- Rename and Work with Buffer & Tabs
use 'pacha/vem-tabline'
-- Nvim Tree File Manager on the Left
use 'kyazdani42/nvim-tree.lua'
-- Trouble Shows Errors with Files.
use {
"folke/trouble.nvim",