Skip to content

Commit

Permalink
chore(nvim): change to lazydev instead of neodev
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeHoey committed Jun 15, 2024
1 parent 33a7205 commit d4bcf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ vim.g.mapleader = ' '
require('lazy').setup({
-- common
{ 'nvim-lua/plenary.nvim' },
{ 'folke/neodev.nvim', config = true },
{ 'folke/lazydev.nvim', config = true },
-- tmux
{ 'aserowy/tmux.nvim', config = true },
-- snippets
Expand Down

0 comments on commit d4bcf22

Please sign in to comment.