Skip to content

Commit

Permalink
add comment, adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqvid committed Mar 21, 2024
1 parent 8396cf0 commit 9bf93e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions neovim/.config/nvim/lua/lazy-setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ vim.opt.runtimepath:prepend(lazypath)
require("lazy").setup({
lazy = true,
-- Set up all plugins in the lua/plugins directory.
{ import = "plugins" },
{ import = "plugins.lsp" },
{ import = "plugins.ui" }
{import = "plugins"},
{import = "plugins.lsp"},
{import = "plugins.ui"}
})

-- Set up LSP related plugins.
require("lsp-setup")

0 comments on commit 9bf93e4

Please sign in to comment.