feat(nvim) : no list
This commit is contained in:
parent
1b49cdba2c
commit
dfb609d365
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
-- Options are automatically loaded before lazy.nvim startup
|
-- Options are automatically loaded before lazy.nvim startup
|
||||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||||
-- Add any additional options here
|
-- Add any additional options here
|
||||||
vim.opt.scrolloff = 8;
|
vim.opt.scrolloff = 8
|
||||||
vim.opt.wrap = true;
|
vim.opt.wrap = true
|
||||||
|
vim.opt.list = false
|
||||||
|
|
Loading…
Reference in a new issue