mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim/lua/user/plugins/lang: rename clangd module to c
This commit is contained in:
parent
2c673330a7
commit
bd354af9e1
2 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ require("lazy").setup({
|
|||
-- Language specific
|
||||
{ import = "user.plugins.lang.lua" },
|
||||
{ import = "user.plugins.lang.bash" },
|
||||
{ import = "user.plugins.lang.clangd" },
|
||||
{ import = "user.plugins.lang.c" },
|
||||
{ import = "user.plugins.lang.cmake" },
|
||||
{ import = "user.plugins.lang.ninja" },
|
||||
{ import = "user.plugins.lang.docker" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue