Merge branch 'master' of git.nickr.eu:yannickreiss/nvim
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 30s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 30s
Details
This commit is contained in:
commit
561cdf5d2d
|
@ -19,6 +19,7 @@ vim.opt.splitbelow = true
|
||||||
vim.g.mapleader = ","
|
vim.g.mapleader = ","
|
||||||
vim.cmd("set clipboard+=unnamedplus")
|
vim.cmd("set clipboard+=unnamedplus")
|
||||||
vim.cmd("autocmd! CursorHold,CursorHoldI *.md write")
|
vim.cmd("autocmd! CursorHold,CursorHoldI *.md write")
|
||||||
|
vim.cmd("set autoread")
|
||||||
|
|
||||||
-- GUI
|
-- GUI
|
||||||
vim.opt.cursorline = true
|
vim.opt.cursorline = true
|
||||||
|
|
Loading…
Reference in New Issue