textadept http://foicica.com/textadept/
properties.lua
buffer.tab_width = 4
buffer.use_tabs = true
buffer.wrap_mode = buffer.WRAP_WORD
-- 显示空白字符
--buffer.view_ws = buffer.WS_VISIBLEALWAYS
buffer.virtual_space_options = buffer.VS_NONE
buffer.wrap_visual_flags = buffer.WRAPVISUALFLAG_MARGIN
buffer.search_flags = buffer.FIND_REGEXP
init.lua
if not CURSES then ui.set_theme('base16-monokai-dark') end
require('textredux').hijack()
require 'common'
详细信息:https://github.com/chanble/.textadept