Skip to content

Instantly share code, notes, and snippets.

--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
return {
["$schema"] = "https://json.schemastore.org/schema-catalog.json",
version = 1,
schemas = {
{
name = ".adonisrc.json",
description = "AdonisJS configuration file",
fileMatch = {".adonisrc.json"},
url = "https://raw.githubusercontent.com/adonisjs/application/master/adonisrc.schema.json"
@nazo6
nazo6 / init.lua
Created October 24, 2021 02:48
Neovim init.lua with nvim-lspconfig, nvim-lsp-insatller and nvim-cmp
-- packer.nvimを自動でインストール
local install_path = vim.fn.stdpath "data" .. "/site/pack/packer/start/packer.nvim"
local packer_bootstrap = nil
if vim.fn.empty(vim.fn.glob(install_path)) > 0 then
packer_bootstrap = vim.fn.system {
"git",
"clone",
"--depth",
"1",
"https://github.com/wbthomason/packer.nvim",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.