diff options
author | christianchiarulli <[email protected]> | 2021-04-04 17:21:57 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-04-04 17:21:57 -0400 |
commit | 6096fe565028168140963cc6b6c5ec05ed9b9899 (patch) | |
tree | bd3ac2c2b196df85c9f10e7fc6c99dc07dc17382 /lua/settings.lua | |
parent | a9f29c6596ec1cc900a4b5d9810b2d0729084a74 (diff) |
udpates
Diffstat (limited to 'lua/settings.lua')
-rw-r--r-- | lua/settings.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/settings.lua b/lua/settings.lua index a5fd32a8..965a3ff5 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -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 |