Skip to content

Commit

Permalink
load languages from json file by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Mar 13, 2024
1 parent d0067e0 commit 436c2c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/absytree_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,16 @@ when defined(wasm):
import keybindings_vim_like
import keybindings_helix
import keybindings_normal
import languages

loadDefaultOptions()
loadDefaultKeybindings(true)
loadModelKeybindings()
loadVimKeybindings()
# loadVimLikeKeybindings()

loadLspConfigFromFile("config/lsp.json")

# Triple click to selects a line
setOption "editor.text.triple-click-command", "extend-select-move"
setOption "editor.text.triple-click-command-args", %[%"line", %true]
Expand Down

0 comments on commit 436c2c4

Please sign in to comment.