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