nvim: starlark

This commit is contained in:
Motiejus Jakštys 2024-05-13 10:39:53 +03:00
parent ee6d162e75
commit b8397ef1e6
1 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,11 @@ in {
])
];
# TODO: still detected as python :/
xdg.configFile."nvim/ftdetect/star.vim".text = ''
au BufRead,BufNewFile *.star setfiletype=python
'';
programs = lib.mkMerge [
{
direnv.enable = true;