Add function to jump to scss class definition from tsx

This commit is contained in:
Alexander Gehrke 2024-03-15 15:16:38 +01:00
parent 56f0d00f96
commit 302df4ef17
3 changed files with 96 additions and 40 deletions

1
after/ftplugin/scss.lua Normal file
View file

@ -0,0 +1 @@
vim.keymap.set("n", "<leader>s", function() require('nvim-quick-switcher').toggle('tsx', 'scss') end, { buffer = true })