chore: remove neovim-vscode snippets

This commit is contained in:
winston 2023-03-12 04:08:35 +01:00
parent b2725c93e4
commit 38f7f6779d
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 1 additions and 9 deletions

View file

@ -1,5 +1 @@
if vim.g.vscode then
pcall(require, "config.vscode")
else
require("config")
end
require("config")

View file

@ -1,4 +0,0 @@
require("config.mappings")
require("config.options")
require("config.plugins").setup()