anti-idpol action@programming.dev to Programmer Humor@programming.dev · edit-25 months agoNot really sure whether S-expressions or Python indentation-based scoping get more hate...programming.devimagemessage-square76fedilinkarrow-up1292arrow-down127file-text
arrow-up1265arrow-down1imageNot really sure whether S-expressions or Python indentation-based scoping get more hate...programming.devanti-idpol action@programming.dev to Programmer Humor@programming.dev · edit-25 months agomessage-square76fedilinkfile-text
…from people who seem to refuse to install paredit or coloring plugins for either? ps lisp syntax ftw, it’s a feature!
minus-squareugo@feddit.itlinkfedilinkarrow-up2·5 months agoIf 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
minus-squareBuddahriffic@lemmy.worldlinkfedilinkarrow-up1·5 months agoNah, it’s just vim in my work env. But thanks anyways, I appreciate that you tried!
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
Nah, it’s just vim in my work env. But thanks anyways, I appreciate that you tried!