nvim: starlark
This commit is contained in:
parent
ee6d162e75
commit
b8397ef1e6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user