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

not opening file when parent directory name start with $ symbol #76

Open
artvinn opened this issue Dec 14, 2024 · 0 comments
Open

not opening file when parent directory name start with $ symbol #76

artvinn opened this issue Dec 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@artvinn
Copy link

artvinn commented Dec 14, 2024

Bug description
When navigating to a file inside a folder which name starts with $ symbol, empty buffer is opened.

Steps to reproduce

  1. Create a file in nested directory that starts with $ e.g. src/$test/index.ts.
  2. Open triptych and navigate to index.ts.
  3. Buffer will be empty as it opens a wrong file at path src//index.ts, the $test part has been left out.

Setup

  • Operating system macOS Sequoia 15.1.1
  • Nvim version: v0.10.2
  • Triptych config
return {
  'simonmclean/triptych.nvim',
  event = 'VeryLazy',
  dependencies = {
    'nvim-lua/plenary.nvim',
    'nvim-tree/nvim-web-devicons',
    'antosha417/nvim-lsp-file-operations',
  },
  opts = {
    options = {
      show_hidden = true,
    },
  },
}
{} -- paste your config here
@artvinn artvinn added the bug Something isn't working label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants