neovim/lua/core
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
..
bootstrap.lua rm reference for example_config in bootstrap 2024-03-10 08:55:15 +05:30
default_config.lua Fix default mappings not load if chadrc.lua does not exist (#2037) 2023-06-15 08:03:01 +05:30
init.lua fix: Better approach to check if the system is Windows before setting PATH (#2690) 2024-03-10 20:03:32 +05:30
mappings.lua feat(mappings): make <esc> a cmd to remove flickering (#2456) 2023-10-22 18:22:38 +05:30
utils.lua Fix default mappings not load if chadrc.lua does not exist (#2037) 2023-06-15 08:03:01 +05:30