Removed trailing empty lines and remove Hello windows debug print
This commit is contained in:
parent
b844031323
commit
ab7b92e179
@ -7,4 +7,4 @@ function ColorMyPencils(color)
|
|||||||
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none"})
|
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none"})
|
||||||
end
|
end
|
||||||
|
|
||||||
-- ColorMyPencils()
|
ColorMyPencils()
|
||||||
|
@ -15,4 +15,3 @@ end
|
|||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
require("lazy").setup("barink.plugins")
|
require("lazy").setup("barink.plugins")
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ vim.keymap.set('n', '<leader>fa', vim.lsp.buf.format)
|
|||||||
vim.keymap.set('n', '<leader>m', ":Mason<CR>")
|
vim.keymap.set('n', '<leader>m', ":Mason<CR>")
|
||||||
local osname = vim.loop.os_uname().sysname
|
local osname = vim.loop.os_uname().sysname
|
||||||
if osname == "Windows_NT" then
|
if osname == "Windows_NT" then
|
||||||
print("Windows Detected!!")
|
|
||||||
vim.keymap.set('n', '<leader>x', function() print("sorry this is windows!") end)
|
vim.keymap.set('n', '<leader>x', function() print("sorry this is windows!") end)
|
||||||
elseif osname == "Linux" then
|
elseif osname == "Linux" then
|
||||||
-- Linux only!!
|
-- Linux only!!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user