Abel

Results 10 comments of Abel

I received some assistance in the Oni chat lobby. I was able to configure the config.js correctly only to find it still wasn't working. The path variable is set and...

What I did was install Oni with standard account and selected for all users. I can try installing with admin account. But that still leaves us with the broken intellisense.

Ah yes, I confused the installers. LLVM does ask for all users. Apologies. I fixed the standard account by first logging into Admin and uninstalling LLVM and Oni. Afterwards I...

I made a new discovery. Intellisense fails if the first line you type is a complete #include statement .eg `#include `. Press `` and intellisense is dead. It seems you...

You're more than welcome. It's the leas I can do. I'm sure you're you'll figure something out. Programmers are problem solvers :)

Win+R > `python` > `nvim` says: ``` Python 3.3.5 (v3.3.5:62cf4e77f785, Mar 9 2014, 10:35:05) [MSC v.1600 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information....

There is no output in cmd: ``` Microsoft Windows [Version 10.0.16299.125] (c) 2017 Microsoft Corporation. All rights reserved. C:\Users\Skooch>cd C:\Users\Skooch\Downloads\neosfml C:\Users\Skooch\Downloads\neosfml>neosfml.exe C:\Users\Skooch\Downloads\neosfml> ``` It's just the window with the previously...

I have this issue with the chocolatey install. I'm on Windows 10. When I type `:echo has("lua")` I get `0`. Which is odd because `:version` says `+lua/dyn`. Any ideas?