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

  • @ugo
    link
    21 month 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