formatting/linting added for lua/ts
This commit is contained in:
parent
e54f6ee975
commit
61d3aec608
18 changed files with 338 additions and 710 deletions
5
lua/plugins/editor_tabwidth_sleuth.lua
Normal file
5
lua/plugins/editor_tabwidth_sleuth.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
-- This plugin automatically adjusts 'shiftwidth' and 'expandtab' heuristically based on the current file, or, in the case the current file is new, blank, or otherwise insufficient, by looking at other files of the same type in the current and parent directories.
|
||||
"tpope/vim-sleuth",
|
||||
event = "VeryLazy",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue