1
0
Fork 0

Removed trailing empty lines and remove Hello windows debug print

Windows
Nigel Barink 2024-03-26 12:57:57 +01:00
parent b844031323
commit ab7b92e179
Signed by: Nigel
GPG Key ID: 6893A31C2D84A9D2
4 changed files with 1 additions and 5 deletions

View File

@ -7,4 +7,4 @@ function ColorMyPencils(color)
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none"})
end
-- ColorMyPencils()
ColorMyPencils()

View File

@ -1,3 +1 @@
require("barink")

View File

@ -15,4 +15,3 @@ end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup("barink.plugins")

View File

@ -7,7 +7,6 @@ vim.keymap.set('n', '<leader>fa', vim.lsp.buf.format)
vim.keymap.set('n', '<leader>m', ":Mason<CR>")
local osname = vim.loop.os_uname().sysname
if osname == "Windows_NT" then
print("Windows Detected!!")
vim.keymap.set('n', '<leader>x', function() print("sorry this is windows!") end)
elseif osname == "Linux" then
-- Linux only!!