Braden

Results 3 comments of Braden

Seconding this idea cause with vue projects in particular it's really convenient. :heart:

What's worked for me is adding in a .editorconfig file. Generally that helps with most of the formatting issues that aren't being applied in real-time with an LSP from Mason....

Neovim wise, you typically will just do the vim settings within your init.lua ``` vim.opt.tabstop = 2 vim.opt.shiftwidth = 2 ``` Link here: https://neovim.io/doc/user/options.html#'shiftwidth'