mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
Merge branch 'main' of github.com:gyoder/dots
This commit is contained in:
commit
2c14665f05
2 changed files with 6 additions and 1 deletions
|
|
@ -150,6 +150,11 @@ if vim.env.TMUX ~= nil then
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
if vim.treesitter.language.ft_to_lang == nil then
|
||||||
|
vim.treesitter.language.ft_to_lang = function(ft)
|
||||||
|
return ft
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
-- https://simondalvai.org/blog/godot-neovim/
|
-- https://simondalvai.org/blog/godot-neovim/
|
||||||
require("godot")
|
require("godot")
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ return require('packer').startup(function(use)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
use {
|
use {
|
||||||
'nvim-telescope/telescope.nvim', tag = '0.1.x',
|
'nvim-telescope/telescope.nvim',
|
||||||
requires = { { 'nvim-lua/plenary.nvim' } }
|
requires = { { 'nvim-lua/plenary.nvim' } }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue