File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ vim.g.mapleader = ' '
91
91
vim .g .maplocalleader = ' '
92
92
93
93
-- 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
95
95
96
96
-- [[ Setting options ]]
97
97
-- See `:help vim.opt`
@@ -102,7 +102,7 @@ vim.g.have_nerd_font = false
102
102
vim .opt .number = true
103
103
-- You can also add relative line numbers, to help with jumping.
104
104
-- Experiment for yourself to see if you like it!
105
- -- vim.opt.relativenumber = true
105
+ vim .opt .relativenumber = true
106
106
107
107
-- Enable mouse mode, can be useful for resizing splits for example!
108
108
vim .opt .mouse = ' a'
@@ -658,6 +658,9 @@ require('lazy').setup({
658
658
-- You can use a sub-list to tell conform to run *until* a formatter
659
659
-- is found.
660
660
-- javascript = { { "prettierd", "prettier" } },
661
+ --
662
+ -- goimports installed by Mason
663
+ go = { ' goimports' },
661
664
},
662
665
},
663
666
},
You can’t perform that action at this time.
0 commit comments