1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Remove annoying printing at startup

This commit is contained in:
Mo8it 2022-04-28 04:00:40 +02:00
parent 237efb4f5c
commit 9937abf25b

View file

@ -8,8 +8,6 @@ project_path = Pkg.project().path
project_dir = split(project_path, "/")[end-1] project_dir = split(project_path, "/")[end-1]
if !(project_dir in ("nvim-lspconfig",)) if !(project_dir in ("nvim-lspconfig",))
println("Startup setup...")
using OhMyREPL: OhMyREPL using OhMyREPL: OhMyREPL
using BenchmarkTools: @btime, @benchmark using BenchmarkTools: @btime, @benchmark
using Revise: Revise, includet using Revise: Revise, includet