mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
udpates
This commit is contained in:
parent
a9f29c6596
commit
6096fe5650
3 changed files with 7 additions and 7 deletions
|
@ -2,6 +2,9 @@ vim.cmd('set iskeyword+=-') -- treat dash separated words as a word text object"
|
|||
vim.cmd('set shortmess+=c') -- Don't pass messages to |ins-completion-menu|.
|
||||
vim.cmd('set inccommand=split') -- Make substitution work in realtime
|
||||
vim.o.hidden = O.hidden_files -- Required to keep multiple buffers open multiple buffers
|
||||
vim.o.title = true
|
||||
-- vim.o.titlestring = "filename nvim"
|
||||
vim.o.titlestring="%<%F%=%l/%L - nvim"
|
||||
vim.wo.wrap = O.wrap_lines -- Display long lines as just one line
|
||||
vim.cmd('set whichwrap+=<,>,[,],h,l') -- move to next line with theses keys
|
||||
vim.cmd('syntax on') -- move to next line with theses keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue