mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: neotest jest config
This commit is contained in:
parent
7482132068
commit
cbd0b55458
6 changed files with 112 additions and 11 deletions
6
init.lua
6
init.lua
|
@ -6,9 +6,9 @@ if vim.g.vscode then
|
|||
VSCodeNotify = vim.fn.VSCodeNotify
|
||||
VSCodeCall = vim.fn.VSCodeCall
|
||||
|
||||
require "_vscode.functions"
|
||||
require "_vscode.mappings"
|
||||
require("_vscode.functions")
|
||||
require("_vscode.mappings")
|
||||
else
|
||||
-- config neovim
|
||||
require "core"
|
||||
require("core")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue