You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are a few local opt = vim.opt in each file. Since it's all based around interacting with the vim api, I think I'd really prefer a look where all of those commands are in one file, and then load that file into each.
Currently there are a few
local opt = vim.optin each file. Since it's all based around interacting with the vim api, I think I'd really prefer a look where all of those commands are in one file, and then load that file into each.