mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: treesitter: move some parsers to their own config file in lang directory
This commit is contained in:
parent
bf1421c9c0
commit
71f2f5bb0d
7 changed files with 53 additions and 19 deletions
|
|
@ -27,12 +27,16 @@ require("lazy").setup({
|
|||
{ import = "user.plugins.lang.lua" },
|
||||
{ import = "user.plugins.lang.bash" },
|
||||
{ import = "user.plugins.lang.clangd" },
|
||||
{ import = "user.plugins.lang.cmake" },
|
||||
{ import = "user.plugins.lang.ninja" },
|
||||
{ import = "user.plugins.lang.docker" },
|
||||
{ import = "user.plugins.lang.go" },
|
||||
{ import = "user.plugins.lang.rust" },
|
||||
{ import = "user.plugins.lang.php" },
|
||||
{ import = "user.plugins.lang.css" },
|
||||
{ import = "user.plugins.lang.typescript" },
|
||||
{ import = "user.plugins.lang.vue" },
|
||||
{ import = "user.plugins.lang.markdown" },
|
||||
},
|
||||
pkg = {
|
||||
sources = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue