some formatting

This commit is contained in:
krolyxon 2023-01-19 16:18:04 +05:30
parent 8b437e4177
commit ac90c1943a
1 changed files with 4 additions and 4 deletions

View File

@ -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