mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore(nvim): Rename all language specific plugin to lang-*.lua files
This commit is contained in:
9
common/.config/nvim/lua/plugins/lang-rust.lua
Normal file
9
common/.config/nvim/lua/plugins/lang-rust.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
"saecki/crates.nvim",
|
||||
tag = "stable",
|
||||
config = function()
|
||||
require("crates").setup()
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user