mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: blade treesitter config
This commit is contained in:
parent
b9949062dc
commit
fbc8a53840
19 changed files with 177 additions and 14 deletions
|
@ -132,7 +132,7 @@ pcode.columnline = true
|
|||
pcode.auto_save = true
|
||||
|
||||
-- https://github.com/folke/todo-comments.nvim
|
||||
pcode.todo_comment = true
|
||||
pcode.todo_comment = false
|
||||
|
||||
-- https://github.com/nvim-telescope/telescope.nvim
|
||||
---@alias telescope_themes
|
||||
|
@ -165,7 +165,7 @@ pcode.active_javascript_config = {
|
|||
pcode.active_php_config = true
|
||||
pcode.active_golang_config = false
|
||||
pcode.active_python_config = false
|
||||
pcode.active_cpp_config = true
|
||||
pcode.active_cpp_config = false
|
||||
pcode.active_java_config = {
|
||||
active = false,
|
||||
project = "gradle", -- gradle or maven
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue