Autoreload is now up globally
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 27s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 27s
Details
This commit is contained in:
parent
7452ee9b06
commit
ad4c99c1f8
|
@ -8,7 +8,6 @@ end
|
||||||
-- @short Verify installation of pascal tools or install them.
|
-- @short Verify installation of pascal tools or install them.
|
||||||
local function setup_pascal()
|
local function setup_pascal()
|
||||||
local check_ptop = { os.execute("which ptop") }
|
local check_ptop = { os.execute("which ptop") }
|
||||||
vim.cmd("set autoread")
|
|
||||||
|
|
||||||
-- if return value is 1, get ptop
|
-- if return value is 1, get ptop
|
||||||
if check_ptop == 1 then
|
if check_ptop == 1 then
|
||||||
|
|
|
@ -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