diff options
author | crupest <crupest@outlook.com> | 2024-09-07 02:59:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-09-07 02:59:28 +0800 |
commit | 8c7363cab0c31db715484f6c3b59cc4f983d7373 (patch) | |
tree | f1c05e14d3e4a2955e49121ddf8341e7fc8e951b /configs/nvim/lua/crupest/system.lua | |
parent | 166d458acb6480bef7b1a1aee5ce63569e5e0323 (diff) | |
download | crupest-8c7363cab0c31db715484f6c3b59cc4f983d7373.tar.gz crupest-8c7363cab0c31db715484f6c3b59cc4f983d7373.tar.bz2 crupest-8c7363cab0c31db715484f6c3b59cc4f983d7373.zip |
config(nvim): refactor a lot.
Diffstat (limited to 'configs/nvim/lua/crupest/system.lua')
-rw-r--r-- | configs/nvim/lua/crupest/system.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/nvim/lua/crupest/system.lua b/configs/nvim/lua/crupest/system.lua deleted file mode 100644 index 982aaa4..0000000 --- a/configs/nvim/lua/crupest/system.lua +++ /dev/null @@ -1,7 +0,0 @@ -local is_win = vim.fn.has("win32") ~= 0 -local is_mac = vim.fn.has("mac") ~= 0 - -return { - is_win = is_win, - is_mac = is_mac -} |