We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e947649 + 7b55ab6 commit 2035a66Copy full SHA for 2035a66
init.lua
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
91
vim.g.maplocalleader = ' '
92
93
-- Set to true if you have a Nerd Font installed and selected in the terminal
94
-vim.g.have_nerd_font = false
+vim.g.have_nerd_font = true
95
96
-- [[ Setting options ]]
97
-- See `:help vim.opt`
@@ -670,7 +670,7 @@ require('lazy').setup({
670
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
671
local servers = {
672
-- clangd = {},
673
- -- gopls = {},
+ gopls = {},
674
-- pyright = {},
675
-- rust_analyzer = {},
676
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
0 commit comments