feat: added java to 2 space indent patterns
This commit is contained in:
parent
d4b5af2b53
commit
7215f8ba49
1 changed files with 11 additions and 1 deletions
|
|
@ -10,7 +10,17 @@
|
|||
}
|
||||
{
|
||||
event = "FileType";
|
||||
pattern = ["astro" "haskell" "javascript" "javascriptreact" "nix" "tex" "typescript" "typescriptreact"];
|
||||
pattern = [
|
||||
"astro"
|
||||
"haskell"
|
||||
"java"
|
||||
"javascript"
|
||||
"javascriptreact"
|
||||
"nix"
|
||||
"tex"
|
||||
"typescript"
|
||||
"typescriptreact"
|
||||
];
|
||||
callback.__raw = ''
|
||||
function()
|
||||
vim.opt_local.tabstop = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue