Trying to get godot highlight to work...
This commit is contained in:
parent
3aa91aaa71
commit
8baf5a8e82
4
init.lua
4
init.lua
|
@ -17,7 +17,7 @@ require("lazy").setup({
|
|||
{ "nvim-telescope/telescope.nvim", dependencies = {"nvim-lua/plenary.nvim"} },
|
||||
"windwp/nvim-autopairs",
|
||||
"sheerun/vim-polyglot",
|
||||
"habamax/vim-godot",
|
||||
{"habamax/vim-godot", lazy=false },
|
||||
})
|
||||
require('statusline')
|
||||
--require('packer_init')
|
||||
|
@ -36,7 +36,7 @@ vim.opt.smartindent = true
|
|||
|
||||
vim.opt.wrap = false
|
||||
require('nvim-treesitter.configs').setup {
|
||||
ensure_installed = { "c", "cpp", "lua", "go", "python", "sql" },
|
||||
ensure_installed = { "c", "cpp", "lua", "go", "godot_resource", "python", "sql" },
|
||||
sync_install = false,
|
||||
auto_install = false,
|
||||
highlight = {
|
||||
|
|
Loading…
Reference in New Issue