up
This commit is contained in:
14
lua/kickstart/plugins/guess-indent.lua
Normal file
14
lua/kickstart/plugins/guess-indent.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
-- guess-indent
|
||||
--
|
||||
-- Blazing fast indentation style detection for Neovim written in Lua.
|
||||
-- The goal of this plugin is to automatically detect the indentation style
|
||||
-- used in a buffer and updating the buffer options accordingly.
|
||||
--
|
||||
-- https://github.com/NMAC427/guess-indent.nvim
|
||||
--
|
||||
|
||||
return {
|
||||
{
|
||||
'NMAC427/guess-indent.nvim',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user