Skip to content

Commit

Permalink
add lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
wrapperup committed Aug 25, 2023
1 parent b0b1868 commit 1005978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/wrap/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ require('guess-indent').setup {}
vim.filetype.add({
extension = {
wgsl = "wgsl",
bee = "lisp",
}
})

local parser_confg = require "nvim-treesitter.parsers".get_parser_configs()
local parser_config = require "nvim-treesitter.parsers".get_parser_configs()
parser_config.jinja2 = {
install_info = {
url = "https://github.com/dbt-labs/tree-sitter-jinja2.git",
Expand Down

0 comments on commit 1005978

Please sign in to comment.