Nvim: luify config

This commit is contained in:
Robert Kmieć
2023-01-23 23:36:57 +01:00
parent 4ecf4cda2d
commit d3168cf44e
19 changed files with 87 additions and 128 deletions

View File

@@ -1,7 +1,7 @@
-- " Configuration for context.vim
-- "" Disable context.vim on json files
-- ""let g:context_filetype_blacklist = ["json", "log"]
require'treesitter-context'.setup{
vim.g.context_filetype_blacklist = {"json", "log"}
require('treesitter-context').setup{
enable = true, -- Enable this plugin (Can be enabled/disabled later via commands)
throttle = true, -- Throttles plugin updates (may improve performance)
max_lines = 0, -- How many lines the window should span. Values <= 0 mean no limit.