stuff
This commit is contained in:
@ -40,6 +40,12 @@ require('packer').startup(function(use)
|
||||
|
||||
use 'google/vim-searchindex'
|
||||
|
||||
use {
|
||||
'filipdutescu/renamer.nvim',
|
||||
branch = 'master',
|
||||
requires = { {'nvim-lua/plenary.nvim'} }
|
||||
}
|
||||
|
||||
-- Pretty symbols
|
||||
use 'kyazdani42/nvim-web-devicons'
|
||||
|
||||
|
@ -11,21 +11,21 @@ require('nvim-treesitter.configs').setup {
|
||||
enable = true,
|
||||
|
||||
-- rainbow markdown
|
||||
custom_captures = {
|
||||
["h1"] = "h1",
|
||||
["_h1"] = "_h1",
|
||||
["h2"] = "h2",
|
||||
["_h2"] = "_h2",
|
||||
["h3"] = "h3",
|
||||
["_h3"] = "_h3",
|
||||
["h4"] = "h4",
|
||||
["_h4"] = "_h4",
|
||||
["h5"] = "h5",
|
||||
["_h5"] = "_h5",
|
||||
},
|
||||
-- custom_captures = {
|
||||
-- ["h1"] = "h1",
|
||||
-- ["_h1"] = "_h1",
|
||||
-- ["h2"] = "h2",
|
||||
-- ["_h2"] = "_h2",
|
||||
-- ["h3"] = "h3",
|
||||
-- ["_h3"] = "_h3",
|
||||
-- ["h4"] = "h4",
|
||||
-- ["_h4"] = "_h4",
|
||||
-- ["h5"] = "h5",
|
||||
-- ["_h5"] = "_h5",
|
||||
-- },
|
||||
indent = {
|
||||
enable = true
|
||||
},
|
||||
disable = {"java"},
|
||||
-- disable = {"java"},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user