mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
changed tabstop settings
This commit is contained in:
parent
78072b8dc0
commit
c102b8e3f9
1 changed files with 4 additions and 1 deletions
|
|
@ -6,4 +6,7 @@ vim.opt.linebreak = true
|
|||
vim.opt.breakindent = true
|
||||
vim.opt.breakat = " ^I!@*-+;:,./?"
|
||||
vim.opt.showbreak = "++"
|
||||
vim.g.ruby_host_prog = "/Users/wylde/.gem/ruby/3.3.0/bin/neovim-ruby-host"
|
||||
vim.opt.tabstop = 8
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue