mirror of https://github.com/sgoudham/dotfiles.git
feat: add python & tex.lua ftplugin
parent
b890d6c6bc
commit
49d3838271
@ -0,0 +1 @@
|
|||||||
|
vim.opt.textwidth = 80
|
@ -0,0 +1,6 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
python311
|
||||||
|
poetry
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue