Skip to content

Commit 2035a66

Browse files
authored
Merge pull request #1 from ToB213/master
sysnc
2 parents e947649 + 7b55ab6 commit 2035a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
9191
vim.g.maplocalleader = ' '
9292

9393
-- Set to true if you have a Nerd Font installed and selected in the terminal
94-
vim.g.have_nerd_font = false
94+
vim.g.have_nerd_font = true
9595

9696
-- [[ Setting options ]]
9797
-- See `:help vim.opt`
@@ -670,7 +670,7 @@ require('lazy').setup({
670670
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
671671
local servers = {
672672
-- clangd = {},
673-
-- gopls = {},
673+
gopls = {},
674674
-- pyright = {},
675675
-- rust_analyzer = {},
676676
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs

0 commit comments

Comments
 (0)