nvim: platformio only on turing

This commit is contained in:
Grace Yoder 2026-03-25 12:53:19 -04:00
parent b84d70b123
commit 082c5e8e02

View file

@ -81,7 +81,7 @@ return require("packed").setup(function(use)
use {
'anurag3301/nvim-platformio.lua',
config = function()
if not vim.g.is_purdue then
if vim.g.hostname == "turing" then
require('platformio').setup({
lsp = "ccls" --default: ccls, other option: clangd
-- If you pick clangd, it also creates compile_commands.json