mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 01:13:01 +01:00
nvim: init
This commit is contained in:
parent
2919c8695b
commit
9a319d8bf7
17 changed files with 179 additions and 0 deletions
15
nvim/lua/config/treesitter.lua
Normal file
15
nvim/lua/config/treesitter.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
-- [[ Configure Treesitter ]]
|
||||
-- See `:help nvim-treesitter`
|
||||
require('nvim-treesitter').install({
|
||||
"bash",
|
||||
"comment",
|
||||
"json",
|
||||
"lua",
|
||||
"markdown_inline",
|
||||
"markdown",
|
||||
"python",
|
||||
"rust",
|
||||
"vim",
|
||||
"yaml",
|
||||
"zsh",
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue