neovim/lua
Pablo Rodriguez 1a98a451ea
fix: Better approach to check if the system is Windows before setting PATH (#2690)
* Better approach to check if the system is Windows

Now the check for Windows doesn't depend on luv's os_uname() function, which may have a different result if neovim was built on different compilers (MSVC, MinGW, etc).

* remove un-needed parenthesis

---------

Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
2024-03-10 20:03:32 +05:30
..
core fix: Better approach to check if the system is Windows before setting PATH (#2690) 2024-03-10 20:03:32 +05:30
plugins disable semantic tokens in on_init & expose on_init 2024-03-05 07:53:19 +05:30