Skip to content

Commit

Permalink
Merge pull request #331 from izumin5210/izumin5210/eol-char
Browse files Browse the repository at this point in the history
chore(neovim): hide eol char
  • Loading branch information
izumin5210 authored Apr 9, 2024
2 parents 49e07d0 + 8c8ccdd commit 2465587
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 @@ -13,7 +13,7 @@ vim.opt.completeopt = 'menu,menuone,noselect'

-- show whitespace chars
vim.opt.list = true
vim.opt.listchars = 'tab:»-,trail:_,eol:↲,extends:»,precedes:«,nbsp:・'
vim.opt.listchars = 'tab:»-,trail:_,extends:»,precedes:«,nbsp:・'

-- search
vim.opt.ignorecase = true
Expand Down

0 comments on commit 2465587

Please sign in to comment.