diff --git a/init.lua b/init.lua index bb080877..4469fbb2 100644 --- a/init.lua +++ b/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', @@ -191,7 +192,7 @@ require('lazy').setup({ }, -- "gc" to comment visual regions/lines - { 'numToStr/Comment.nvim', opts = {} }, + { 'numToStr/Comment.nvim', opts = {} }, -- Fuzzy Finder (files, lsp, etc) { @@ -536,9 +537,6 @@ local servers = { -- rust_analyzer = {}, -- tsserver = {}, -- html = { filetypes = { 'html', 'twig', 'hbs'} }, - -- prettierd = { - -- }, - -- lua_ls = { Lua = { workspace = { checkThirdParty = false }, diff --git a/lua/custom/plugins/devicons.lua b/lua/custom/plugins/devicons.lua deleted file mode 100644 index a439815a..00000000 --- a/lua/custom/plugins/devicons.lua +++ /dev/null @@ -1,3 +0,0 @@ -return { - "nvim-tree/nvim-web-devicons", lazy = true -}