Skip to content

Commit deb5435

Browse files
committed
Fix issue with GuessIndent not being loaded
Very strange, I'll have to send this to upstream EDIT: It's already known, see nvim-lua#1627 nvim-lua#1532
1 parent f355801 commit deb5435

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ local rtp = vim.opt.rtp
243243
rtp:prepend(lazypath)
244244

245245
PACKAGES = {
246-
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
247-
246+
{ 'NMAC427/guess-indent.nvim', opts = {} },
248247
{
249248
'windwp/nvim-autopairs',
250249
event = 'InsertEnter',

0 commit comments

Comments
 (0)