Skip to content

Commit

Permalink
Use config from lazyvim.org
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Sep 20, 2023
1 parent a864616 commit f638051
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .config/nvim/lua/plugins/lsp/init.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
return {
{
"folke/neoconf.nvim",
lazy = false,
opts = {}
},
{
"folke/neodev.nvim", opts = {}
},
{ "folke/neoconf.nvim", cmd = "Neoconf", config = false, dependencies = { "nvim-lspconfig" } },
{ "folke/neodev.nvim", opts = {} },
{
"neovim/nvim-lspconfig",
event = { "BufReadPre", "BufNewFile" },
Expand Down

0 comments on commit f638051

Please sign in to comment.