Compare commits
2 commits
cc1fbd305c
...
76f0de5e01
| Author | SHA1 | Date | |
|---|---|---|---|
| 76f0de5e01 | |||
| ed66113969 |
3 changed files with 9 additions and 0 deletions
8
init.lua
8
init.lua
|
|
@ -114,6 +114,14 @@ ts.setup({
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
ignore_install = {},
|
ignore_install = {},
|
||||||
modules = {}, -- not used, but it will silence lua_ls
|
modules = {}, -- not used, but it will silence lua_ls
|
||||||
|
incremental_selection = {
|
||||||
|
enable = true,
|
||||||
|
keymaps = {
|
||||||
|
init_selection = "<Enter>",
|
||||||
|
node_incremental = "<Enter>",
|
||||||
|
node_decremental = "<BS>",
|
||||||
|
},
|
||||||
|
},
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
"c",
|
"c",
|
||||||
|
|
|
||||||
|
|
@ -41,3 +41,4 @@ circuncírculos
|
||||||
circunradio
|
circunradio
|
||||||
intersectan
|
intersectan
|
||||||
Karen
|
Karen
|
||||||
|
añañuca
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Reference in a new issue