rm unused plugin
This commit is contained in:
parent
fd947ffd03
commit
7912584d7a
6
init.lua
6
init.lua
|
@ -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 },
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
return {
|
||||
"nvim-tree/nvim-web-devicons", lazy = true
|
||||
}
|
Loading…
Reference in New Issue