File: spec.lua

package info (click to toggle)
neovim-indent-blankline 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 380 kB
  • sloc: makefile: 34; sh: 18
file content (8 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
vim.api.nvim_command [[set rtp+=.]]

vim.opt.swapfile = false
local cwd = vim.fn.getcwd()

vim.api.nvim_command(string.format([[set rtp+=%s,%s/sepcs]], cwd, cwd))
vim.api.nvim_command(string.format([[set packpath=%s/.ci/vendor]], cwd))
vim.api.nvim_command [[packloadall]]