Compare commits
2 commits
2d994cc0be
...
c6b9e65411
| Author | SHA1 | Date | |
|---|---|---|---|
| c6b9e65411 | |||
| 507941c68f |
2 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ return {
|
||||||
svelte = { "eslint_d" },
|
svelte = { "eslint_d" },
|
||||||
python = { "pylint" },
|
python = { "pylint" },
|
||||||
ansible = { "woke" },
|
ansible = { "woke" },
|
||||||
markdown = { "woke" },
|
markdown = { "woke", "proselint" },
|
||||||
text = { "woke" },
|
text = { "woke" },
|
||||||
sh = { "woke" },
|
sh = { "woke" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ return {
|
||||||
-- language list: https://github.com/nvim-treesitter/nvim-treesitter#supported-languages
|
-- language list: https://github.com/nvim-treesitter/nvim-treesitter#supported-languages
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"lua",
|
"lua",
|
||||||
"comment", -- used for TODO/FIXME/NOTE etc
|
"comment", -- used for TODO:, FIXME:, XXX: and NOTE:
|
||||||
"vim",
|
"vim",
|
||||||
"vimdoc",
|
"vimdoc",
|
||||||
"bash",
|
"bash",
|
||||||
|
|
@ -61,8 +61,8 @@ return {
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
init_selection = "<C-space>",
|
init_selection = "<C-s>",
|
||||||
node_incremental = "<C-space>",
|
node_incremental = "<C-s>",
|
||||||
scope_incremental = false,
|
scope_incremental = false,
|
||||||
node_decremental = "<bs>",
|
node_decremental = "<bs>",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue