move to one folder
This commit is contained in:
parent
b1d1c138a7
commit
f2772f88bc
23 changed files with 117 additions and 52 deletions
11
.config/nvim/lua/custom/configs/treesitter.lua
Normal file
11
.config/nvim/lua/custom/configs/treesitter.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
local parser_config = require 'nvim-treesitter.parsers'.get_parser_configs()
|
||||
--parser_config.powershell_es = {
|
||||
-- install_info = {
|
||||
-- url = "/home/user/.local/share/tree-sitter-PowerShell",
|
||||
-- files = { "src/parser.c" },
|
||||
-- generate_requires_npm = false,
|
||||
-- requires_generate_from_grammar = false,
|
||||
-- },
|
||||
-- filetype = "ps1",
|
||||
--}
|
||||
return parser_config
|
||||
Loading…
Add table
Add a link
Reference in a new issue