Skip to content

Commit cfb361b

Browse files
authored
Merge pull request #164 from curlpipe/dev
0.6.3
2 parents 00ae87d + 61b7318 commit cfb361b

36 files changed

+3945
-3101
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.oxrc linguist-language=Lua

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["cactus"]
77

88
[package]
99
name = "ox"
10-
version = "0.6.2"
10+
version = "0.6.3"
1111
edition = "2021"
1212
authors = ["Curlpipe <[email protected]>"]
1313
description = "A Rust powered text editor."

config/.oxrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ commands = {
191191

192192
-- Configure Documents --
193193
document.tab_width = 4
194+
document.indentation = "tabs"
194195
document.undo_period = 10
195196
document.wrap_cursor = true
196197

@@ -313,3 +314,5 @@ syntax:set("list", {86, 217, 178}) -- Quotes in various markup languages e.g. _
313314
-- Import plugins (must be at the bottom of this file)
314315
load_plugin("pairs.lua")
315316
load_plugin("autoindent.lua")
317+
--load_plugin("pomodoro.lua")
318+
--load_plugin("update_notification.lua")

0 commit comments

Comments
 (0)