File: minimal_init.lua

package info (click to toggle)
neovim-lualine 0.0.6%2Bgit20250412-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 916 kB
  • sloc: sh: 112; makefile: 34
file content (14 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- Copyright (c) 2020-2021 shadmansaleh
-- MIT license, see LICENSE for more details.

if os.getenv('TEST_COV') then
  require('luacov')
end
-- load lualine and plenary
vim.cmd([[
  set noswapfile
  set rtp+=.
  set rtp+=../plenary.nvim
  set rtp+=../nvim-web-devicons/
  runtime plugin/plenary.vim
]])