Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot locate symbol "lua_newusersdata" on termux #37

Open
zevtyardt opened this issue Apr 27, 2023 · 0 comments
Open

Cannot locate symbol "lua_newusersdata" on termux #37

zevtyardt opened this issue Apr 27, 2023 · 0 comments

Comments

@zevtyardt
Copy link

I'm having some problems

  • Screenshot_20230427-094716
  • E492: Not an editor command: Silicon

version

$ nvim --version
NVIM v0.9.0
Build type: Release
LuaJIT 2.1.0-beta3

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/data/data/com.termux/files/usr/share/nvim"

Run :checkhealth for more info

$ silicon --version
silicon 0.5.1

config

  {
    "krivahtoo/silicon.nvim",
    lazy = false,
    build = "./install.sh build",
    cmd = {"Silicon"},
    config = function()
      require('silicon').setup {
        line_number = true,
        pad_vert = 80,
        pad_horiz = 50,
        output = {
          path = "/sdcard/Pictures/"
        },
        watermark = {
          text = '  @zevtyardt',
        },
        window_title = function()
          return vim.fn.fnamemodify(vim.fn.bufname(vim.fn.bufnr()), ':~:.')
        end,
      }
    end
  }

i'm using termux and nvchad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant