mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 02:24:58 +02:00
general updates
This commit is contained in:
parent
395d77716a
commit
3280d45507
2 changed files with 0 additions and 5 deletions
|
@ -1,3 +1,2 @@
|
|||
vim.cmd('colorscheme nvcode')
|
||||
vim.cmd('let g:nvcode_termcolors=256')
|
||||
--vim.api.nvim_exec([[colorscheme nvcode]])
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
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 formatoptions-=cro') -- Stop newline continution of comments
|
||||
-- vim.cmd('set fo-=ro')
|
||||
-- vim.api.nvim_set_option('set fo-=ro', false)
|
||||
-- vim.wo.formatoptions="" --Required to keep multiple buffers open multiple buffers
|
||||
vim.o.hidden=true --Required to keep multiple buffers open multiple buffers
|
||||
vim.wo.wrap=false --Display long lines as just one line
|
||||
vim.cmd('set whichwrap+=<,>,[,],h,l')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue