Skip to content

Commit

Permalink
Merge pull request #321 from izumin5210/izumin5210/clean
Browse files Browse the repository at this point in the history
fix(neovim): fix signcolumn
  • Loading branch information
izumin5210 authored Apr 7, 2024
2 parents 3c09ead + 84a1fff commit 3e241b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ vim.g.loaded_matchparen = 1
vim.opt.cmdheight = 0

-- sign
vim.opt.signcolumn = 'yes';
vim.opt.signcolumn = 'yes'

-- lsp
vim.diagnostic.config({ virtual_text = false })
Expand Down

0 comments on commit 3e241b8

Please sign in to comment.