]> git.rmz.io Git - dotfiles.git/blob - nvim/lua/plugins/lang/toml.lua
lazyvim: absorb all langs
[dotfiles.git] / nvim / lua / plugins / lang / toml.lua
1 return {
2 "neovim/nvim-lspconfig",
3 opts = {
4 servers = {
5 taplo = {},
6 },
7 },
8 }