Update todo, add indent size option
This commit is contained in:
@@ -297,7 +297,7 @@ end
|
||||
|
||||
-- function RuleFindExistingBuffer(_s)
|
||||
-- line, col, _s = ExtractLineAndColumn(_s)
|
||||
--
|
||||
--
|
||||
-- buffers = list_buffers_object()
|
||||
-- for i = 1,#buffers do
|
||||
-- buff = buffers[i]
|
||||
@@ -305,7 +305,7 @@ end
|
||||
-- return {kind = "text", file_path = buff, line = line, col = col}
|
||||
-- end
|
||||
-- end
|
||||
--
|
||||
--
|
||||
-- return nil
|
||||
-- end
|
||||
|
||||
@@ -394,8 +394,9 @@ void GenerateConfig() {
|
||||
colors.add({"TitleBarSelection", "GruvboxLight3"});
|
||||
|
||||
Array<Var> style = {};
|
||||
style.add({"DrawLineNumbers", "0"});
|
||||
style.add({"DrawScrollbar", "0"});
|
||||
style.add({"DrawLineNumbers", "1"});
|
||||
style.add({"DrawScrollbar", "1"});
|
||||
style.add({"IndentSize", "2"});
|
||||
|
||||
{
|
||||
MA_Scratch scratch;
|
||||
|
||||
Reference in New Issue
Block a user