nvim: fix treesitter breaking settings
This commit is contained in:
@@ -38,7 +38,7 @@ cmp.setup({
|
|||||||
-- Treesitter
|
-- Treesitter
|
||||||
vim.opt.runtimepath:append("~/.local/share/nvim/parsers")
|
vim.opt.runtimepath:append("~/.local/share/nvim/parsers")
|
||||||
|
|
||||||
require('nvim-treesitter.configs').setup {
|
require('nvim-treesitter').setup {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"c", "lua", "vim", "c_sharp", "cpp", "python", "json", "json5",
|
"c", "lua", "vim", "c_sharp", "cpp", "python", "json", "json5",
|
||||||
"bibtex", "query" },
|
"bibtex", "query" },
|
||||||
|
|||||||
Reference in New Issue
Block a user