nix fmt
This commit is contained in:
parent
81f860b0b7
commit
3927841df2
2 changed files with 16 additions and 18 deletions
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
|
@ -1,7 +1,5 @@
|
|||
name: mirror to gitlab
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -41,7 +41,7 @@ vim.cmd.colorscheme("iceberg")
|
|||
vim.api.nvim_create_autocmd("VimLeave", {
|
||||
callback = function()
|
||||
opt.guicursor = "a:ver25-blinkon500-blinkon500"
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
-- blinking cursor in insert mode
|
||||
|
|
Loading…
Add table
Reference in a new issue