Skip to content

Instantly share code, notes, and snippets.

@bokunodev
Last active July 2, 2020 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bokunodev/e8c3d9e26016056b3d7c7d955ed770c2 to your computer and use it in GitHub Desktop.
Save bokunodev/e8c3d9e26016056b3d7c7d955ed770c2 to your computer and use it in GitHub Desktop.
rxi/lite init file
local keymap = require "core.keymap"
local config = require "core.config"
local style = require "core.style"
keymap.add { ["ctrl+q"] = "core:quit" }
require "user.colors.nord"
config.fps = 30
config.ignore_files = "!"
config.max_undos = 1000
config.highlight_current_line = true
config.line_height = 1.2
config.indent_size = 2
config.tab_type = "soft"
config.line_limit = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment