nvim: plugins: Add guess-indent as vim-sleuth replacement
This commit is contained in:
parent
40fc22f5be
commit
03c5792e63
2 changed files with 2 additions and 0 deletions
1
nvim/.config/nvim/after/plugin/guess-indent.lua
Normal file
1
nvim/.config/nvim/after/plugin/guess-indent.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
require('guess-indent').setup {}
|
|
@ -27,6 +27,7 @@ require "paq" {
|
||||||
-- Linter
|
-- Linter
|
||||||
'mfussenegger/nvim-lint' ,
|
'mfussenegger/nvim-lint' ,
|
||||||
-- Miscellaneous
|
-- Miscellaneous
|
||||||
|
'nmac427/guess-indent.nvim' ,
|
||||||
'windwp/nvim-autopairs' ,
|
'windwp/nvim-autopairs' ,
|
||||||
'junegunn/vim-easy-align' ,
|
'junegunn/vim-easy-align' ,
|
||||||
'christoomey/vim-tmux-navigator' ,
|
'christoomey/vim-tmux-navigator' ,
|
||||||
|
|
Loading…
Reference in a new issue