From 75abc91c93dd89b1f9dee4b6aeba284009ae0b93 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Fri, 3 May 2024 02:38:09 +0300 Subject: fix: delete unused option --- lua/cmake/config.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua/cmake/config.lua') diff --git a/lua/cmake/config.lua b/lua/cmake/config.lua index 0392319..4bf49ba 100644 --- a/lua/cmake/config.lua +++ b/lua/cmake/config.lua @@ -4,7 +4,6 @@ ---@field generate_after_save boolean Generate after saving `CMakeLists.txt` file ---@field cmake_terminal CMakeConfigCMakeTerminal Settings for terminal where cmake will be executed ---@field target_terminal CMakeConfigTargetTerminal Settings for terminal where executable targets will be executed ----@field disabled_commands string[] List of commands that will not be initialized ---@class CMakeConfigCMake ---@field cmake_path string Path to `cmake` executable @@ -97,7 +96,6 @@ local default_config = { long = { sep = " ❄ ", show = false }, }, keybinds = {}, - disable_commands = {}, } local M = vim.deepcopy(default_config) -- cgit v1.2.3