vim.fn is nil
pistacio520 opened this issue · 0 comments
pistacio520 commented
Hello! I watched vim-fundamentals video ,
I want to do lua script (about use lua script to sort quickfix list )but my lua chunk can't run,
Then I type command : lua print(vim.fn) ,return a nil value
is it I don't install vim-lua module?