mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): migrate to LazyVim
This commit is contained in:
9
nvim/lua/plugins/export-to-vscode.lua
Normal file
9
nvim/lua/plugins/export-to-vscode.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Export active buffers to VS Code
|
||||
-- https://github.com/elijahmanor/export-to-vscode.nvim
|
||||
return {
|
||||
"elijahmanor/export-to-vscode.nvim",
|
||||
keys = {
|
||||
-- stylua: ignore
|
||||
{ "<leader>code", function() require("export-to-vscode").launch() end, desc = "Export to VS Code" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user