From ac90c1943a0d32bd0b64a1c068436fb6ec177057 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Thu, 19 Jan 2023 16:18:04 +0530 Subject: [PATCH] some formatting --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 4a75fc1..6906674 100644 --- a/init.lua +++ b/init.lua @@ -2,6 +2,10 @@ require "core.options" require("core.utils").load_mappings() -- require("colors").core_setup() +-- add binaries installed by mason.nvim to path +vim.env.PATH = vim.env.PATH .. ":" .. vim.fn.stdpath "data" .. "/mason/bin" + + local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ @@ -16,10 +20,6 @@ end vim.opt.rtp:prepend(lazypath) require "plugins" --- add binaries installed by mason.nvim to path -vim.env.PATH = vim.env.PATH .. ":" .. vim.fn.stdpath "data" .. "/mason/bin" - - -- Set colorscheme require('rose-pine').setup({ disable_background = true