Skip to content

Commit

Permalink
Merge pull request #164 from curlpipe/dev
Browse files Browse the repository at this point in the history
0.6.3
  • Loading branch information
curlpipe authored Sep 30, 2024
2 parents 00ae87d + 61b7318 commit cfb361b
Show file tree
Hide file tree
Showing 36 changed files with 3,945 additions and 3,101 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.oxrc linguist-language=Lua
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["cactus"]

[package]
name = "ox"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
authors = ["Curlpipe <[email protected]>"]
description = "A Rust powered text editor."
Expand Down
3 changes: 3 additions & 0 deletions config/.oxrc
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ commands = {

-- Configure Documents --
document.tab_width = 4
document.indentation = "tabs"
document.undo_period = 10
document.wrap_cursor = true

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

0 comments on commit cfb361b

Please sign in to comment.