Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bizarre indenting behavior that can't be disabled #319

Open
ExpandingMan opened this issue Dec 27, 2024 · 0 comments
Open

bizarre indenting behavior that can't be disabled #319

ExpandingMan opened this issue Dec 27, 2024 · 0 comments

Comments

@ExpandingMan
Copy link
Contributor

I'm getting the following auto-indenting behavior

begin
for x  1:f(y)
    end
end

The for clause left-justifies when I type the closing parenthesis in f(y). I still really cannot figure out what is going on here, so I'm less than 100% confident that the problem is indeed with julia-vim, but the only way I've been able to correct this behavior is to disable julia-vim entirely (I don't want to do this because I use it for unicode as I type). I have tried this with all sorts of different option configurations including

vim.g.julia_set_indentation = 0
vim.g.julia_indent_align_brackets = 0
vim.g.julia_indent_align_funcargs = 0
vim.g.julia_indent_align_import = 0

I have tried manually disabling the julia-vim indent file but that also doesn't seem to fix the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant