Vim Ruby 哈希缩进

发布于 2024-08-13 08:26:20 字数 249 浏览 6 评论 0原文

我正在使用 Vim 进行 Ruby 开发,但遇到了一些烦人的问题。 当我输入 Ruby 哈希值时,我看到错误的缩进:

{
  { #Here it is.
}
}

如何解决这个问题?

我正在使用 akitaonrails vimfiles。

I am using Vim for Ruby development and I have some annoying problem.
When I type Ruby hashes, I see the wrong indentation:

{
  { #Here it is.
}
}

How it is possible to resolve this?

I am using akitaonrails vimfiles.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南七夏 2024-08-20 08:26:20

尝试 http://github.com/vim-ruby/vim-ruby

似乎是对 vim 的全面 ruby​​ 支持。

try http://github.com/vim-ruby/vim-ruby

seems to be a comprehensive ruby support for vim.

乜一 2024-08-20 08:26:20

是的,我试过了。
我找到了解决方案 - 替代 indent/ruby.vim - http://www.vim.vim.vim vim.org/scripts/script.php?script_id=2742

Yes, I tried.
I found the solution - alternative indent/ruby.vim - http://www.vim.org/scripts/script.php?script_id=2742

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文