Y
Hacker News
new
|
ask
|
show
|
jobs
by
lucky_cloud
1520 days ago
> Add let g:do_filetype_lua = 1 to your init.vim file
Seems odd to not mention how to do this in init.lua
1 comments
CameronNemo
1520 days ago
Yeah. These conversions are fairly straightforward, though:
vim.g.<var> = <val>
link