소스 검색

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