Skip to content
Discussion options

You must be logged in to vote
-- nvim -u repro.lua repro.lua

-- repro.lua

vim.env.LAZY_STDPATH = '.repro'
load(vim.fn.system 'curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua')()

require('lazy.minit').repro {
  spec = {
    {
      'folke/snacks.nvim',
      lazy = false,
      -- stylua: ignore
      keys = {
        { '<C-\\>', function() Snacks.terminal.toggle(nil, { cwd = '/home/clover/.config' }) end, mode = { 'n', 't' }, desc = 'Toggle Terminal' },
      },
      ---@module 'snacks'
      ---@type snacks.Config
      opts = {
        terminal = {
          win = {
            interactive = true,
            position = 'bottom',
            wo = {
              winbar = '',
        …

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@rez1coder
Comment options

@drowning-cat
Comment options

@drowning-cat
Comment options

Answer selected by rez1coder
@rez1coder
Comment options

@drowning-cat
Comment options

@rez1coder
Comment options

@drowning-cat
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants