…from people who seem to refuse to install paredit or coloring plugins for either? ps lisp syntax ftw, it’s a feature!

  • @[email protected]
    link
    fedilink
    26 months ago

    If by vim you mean neovim

    vim.api.nvim_create_autocmd(“fileType”, {
        group = file_type_group,
        pattern = “make”,
        command = “setlocal ts=4 sts=4 sw=4 noexpandtab”,
    })
    

    Slap this in your config, done

    • @Buddahriffic
      link
      16 months ago

      Nah, it’s just vim in my work env. But thanks anyways, I appreciate that you tried!