Configuration files

Fix Windows check

karei 8830cf6b 83cafc97

Changed files
+1 -1
.config
nvim
lua
config
+1 -1
.config/nvim/lua/config/options.lua
··· 6 6 7 7 opt.relativenumber = false 8 8 opt.wrap = true 9 - if vim.loop.os_uname().sysname == "Windows" then 9 + if vim.loop.os_uname().sysname == "Windows_NT" then 10 10 opt.shell = "pwsh" 11 11 end 12 12