X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/71d8ed08696bb8e807b1d1518c55fd5885ed8c98..7d854464d9b1bd386b0eaf25f38ac3b96dd1fc18:/nvim/lua/plugins/lang/toml.lua?ds=sidebyside diff --git a/nvim/lua/plugins/lang/toml.lua b/nvim/lua/plugins/lang/toml.lua new file mode 100644 index 0000000..9020962 --- /dev/null +++ b/nvim/lua/plugins/lang/toml.lua @@ -0,0 +1,8 @@ +return { + "neovim/nvim-lspconfig", + opts = { + servers = { + taplo = {}, + }, + }, +}