Skip to content

yorik1984/sketchup.nvim

Repository files navigation

Logo

sketchup.nvim

W.I.P.🚧

Neovim Lua

Changelog

23 Nov 2023 -- version 2023.1

  • Initial release
  • Sketchup 2023.1 API

ℹ️ Info

Neovim plugin for SketchUp API development.

🌟 Features

📦 Installation

Install via your favorite package manager:

lazy.nvim

require("lazy").setup({
    "yorik1984/sketchup.nvim",
    dependencies = "nvim-treesitter/nvim-treesitter",
    event = "BufEnter *.rb",
    config = true,
})

🛠 TODO

  • Add autocomplete
    • Sketchup::Color
    • Sketchup::OptionsProviderObserver
    • Sketchup::RenderingOptions
    • Sketchup::ShadowInfo
    • Sketchup::ShadowInfoObserver
    • Sketchup::ToolsObserver