瀏覽代碼

refactor: use dot notation for intellisense

opalmay 2 年之前
父節點
當前提交
52ba9abafc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/lvim/core/terminal.lua

+ 1 - 1
lua/lvim/core/terminal.lua

@@ -2,7 +2,7 @@ local M = {}
 local Log = require "lvim.core.log"
 
 M.config = function()
-  lvim.builtin["terminal"] = {
+  lvim.builtin.terminal = {
     active = true,
     on_config_done = nil,
     -- size can be a number or function which is passed the current terminal