rm unused plugin

This commit is contained in:
zwergius 2024-01-23 10:41:59 +01:00
parent fd947ffd03
commit 7912584d7a
2 changed files with 3 additions and 8 deletions

View File

@ -110,7 +110,8 @@ require('lazy').setup({
},
-- Useful plugin to show you pending keybinds.
{ 'folke/which-key.nvim', opts = {} },
{
'folke/which-key.nvim', opts = {} },
{
-- Adds git related signs to the gutter, as well as utilities for managing changes
'lewis6991/gitsigns.nvim',
@ -536,9 +537,6 @@ local servers = {
-- rust_analyzer = {},
-- tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
-- prettierd = {
-- },
--
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },

View File

@ -1,3 +0,0 @@
return {
"nvim-tree/nvim-web-devicons", lazy = true
}