mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
parent
fcb39b053e
commit
c5da909ed2
3 changed files with 9 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
local hl_map = vim.treesitter.highlighter.hl_map
|
||||
hl_map['clisp.function'] = "MyGroup"
|
||||
require "nvim-treesitter.highlight"
|
||||
local hlmap = vim.treesitter.highlighter.hl_map
|
||||
hlmap["clisp.function"] = "RedrawDebugRecompose"
|
||||
|
|
|
@ -7,3 +7,4 @@ let g:dotfiles_rainbow_indent_opacity = 0.5
|
|||
|
||||
source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
|
||||
luafile <sfile>:p:h/init.lua
|
||||
luafile <sfile>:p:h/colors/clisp.lua
|
||||
|
|
|
@ -12,6 +12,11 @@ parser_configs.norg = {
|
|||
}
|
||||
|
||||
require('nvim-treesitter.configs').setup {
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
|
||||
ensure_installed = { "norg" },
|
||||
playground = {
|
||||
enable = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue