Working on Neogit keybind integration, plus other changes
This commit is contained in:
@@ -72,6 +72,14 @@ return { -- adds lsp functionality and api for included languages
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
'NMAC427/guess-indent.nvim',
|
||||
config = function()
|
||||
require('guess-indent').setup ({
|
||||
filetype_exclude = {"lua"},
|
||||
})
|
||||
end,
|
||||
}, -- Detect tabstop and shiftwidth automatically
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user