You've already forked dotfiles
Adding a WSL specific configuration file which enables only when the environment variable WSL_DISTRO_NAME is set
This commit is contained in:
5
nvim/lua/wsl.lua
Normal file
5
nvim/lua/wsl.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local wsl = os.getenv('WSL_DISTRO_NAME')
|
||||
|
||||
if wsl then
|
||||
-- Do WSL specific things
|
||||
end
|
||||
Reference in New Issue
Block a user