From f48ff465dcfffd40ee6c5fb9fcb560ed2c48887d Mon Sep 17 00:00:00 2001 From: Danny Wigg Date: Tue, 9 Jul 2024 21:27:04 +0100 Subject: [PATCH] update init.lua --- init.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 88658ef3..e8d45d83 100644 --- a/init.lua +++ b/init.lua @@ -91,7 +91,7 @@ vim.g.mapleader = ' ' vim.g.maplocalleader = ' ' -- Set to true if you have a Nerd Font installed and selected in the terminal -vim.g.have_nerd_font = false +vim.g.have_nerd_font = true -- [[ Setting options ]] -- See `:help vim.opt` @@ -102,7 +102,7 @@ vim.g.have_nerd_font = false vim.opt.number = true -- You can also add relative line numbers, to help with jumping. -- Experiment for yourself to see if you like it! --- vim.opt.relativenumber = true +vim.opt.relativenumber = true -- Enable mouse mode, can be useful for resizing splits for example! vim.opt.mouse = 'a' @@ -227,6 +227,9 @@ vim.opt.rtp:prepend(lazypath) require('lazy').setup({ -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically + --'github/copilot.vim', + 'Olical/conjure', -- Clojure REPL + 'jez/vim-better-sml', -- SML syntax highlighting -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following