From 52c44c0a5bfac6ab373d24634799e6b16133a162 Mon Sep 17 00:00:00 2001 From: ToB213 Date: Tue, 1 Apr 2025 05:27:06 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=85:=20font?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index cbf9ff65..0e3d2135 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` From 7b55ab61c6561da4f61f150939caeaecbbb2d665 Mon Sep 17 00:00:00 2001 From: ToB213 Date: Wed, 2 Apr 2025 10:39:13 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0e3d2135..334629dd 100644 --- a/init.lua +++ b/init.lua @@ -670,7 +670,7 @@ require('lazy').setup({ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { -- clangd = {}, - -- gopls = {}, + gopls = {}, -- pyright = {}, -- rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs